From f8fc18af0be8b07ceea186f9946b378e3a68c8c1 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 12 Nov 2008 04:43:55 +0000 Subject: Add the kerberos5 libs to the install32 target. (we've been building the all along, but never installing them) --- Makefile.inc1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index df3d9d5..d247cb1 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -506,6 +506,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$//} -- cgit v1.1