including MITKRB5-SA-2011-003. Please see http://web.mit.edu/kerberos/ for the change logs since v1.4.2 Note that the r-services, telnetd and ftpd services and the related client applications are now in a separate pacakge security/mit-krb5-appl.
24 lines
738 B
Text
24 lines
738 B
Text
$NetBSD: patch-ak,v 1.2 2011/03/22 23:31:04 tez Exp $
|
|
|
|
No idea why... copied from previous instance of this package.
|
|
|
|
--- Makefile.in.orig 2010-12-12 17:50:34.797814500 -0600
|
|
+++ Makefile.in 2010-12-12 17:51:28.015746400 -0600
|
|
@@ -88,7 +88,7 @@
|
|
install-strip:
|
|
$(MAKE) install INSTALL_STRIP=-s
|
|
|
|
-install-recurse: install-mkdirs
|
|
+install-recurse:
|
|
|
|
install-mkdirs:
|
|
@for i in $(INSTALLMKDIRS); do \
|
|
@@ -99,7 +99,7 @@
|
|
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)
|
|
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssapi
|
|
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssrpc
|
|
-install-headers-prerecurse: install-headers-mkdirs
|
|
+install-headers-prerecurse:
|
|
|
|
# install::
|
|
# $(MAKE) $(MFLAGS) install.man
|