Add the kerberos5 libs to the install32 target.

(we've been building the all along, but never installing them)
This commit is contained in:
obrien 2008-11-12 04:43:55 +00:00
parent 9ae7e29525
commit f8fc18af0b

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$//}