Add the kerberos5 libs to the install32 target.

(we've been building the all along, but never installing them)
This commit is contained in:
David E. O'Brien 2008-11-12 04:43:55 +00:00
parent 4ebff7e0ca
commit 85cb1ccbba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184860

View File

@ -505,6 +505,9 @@ distribute32 install32:
cd ${.CURDIR}/gnu/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
.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$//}