svn commit: r185185 - stable/7

Konstantin Belousov kib at FreeBSD.org
Sat Nov 22 13:08:25 PST 2008


Author: kib
Date: Sat Nov 22 21:08:25 2008
New Revision: 185185
URL: http://svn.freebsd.org/changeset/base/185185

Log:
  MFC r184860 (by obrien):
  Add the kerberos5 libs to the install32 target.
  
  Approved by:	re (kensmith)

Modified:
  stable/7/Makefile.inc1   (contents, props changed)

Modified: stable/7/Makefile.inc1
==============================================================================
--- stable/7/Makefile.inc1	Sat Nov 22 17:54:30 2008	(r185184)
+++ stable/7/Makefile.inc1	Sat Nov 22 21:08:25 2008	(r185185)
@@ -487,6 +487,9 @@ distribute32 install32:
 .if ${MK_CRYPT} != "no"
 	cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
+.if ${MK_KERBEROS} != "no"
+	cd ${.CURDIR}/kerberos5/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
+.endif
 	cd ${.CURDIR}/libexec/rtld-elf; \
 	    PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//}
 	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32IMAKE} ${.TARGET:S/32$//}


More information about the svn-src-stable-7 mailing list