aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-11-12 04:43:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-11-12 04:43:55 +0000
commit85cb1ccbbaf4096f2f7d1cfc43d2568a11e53c85 (patch)
tree2f0663d594f179f857e74036461bffa4f2e0951d /Makefile.inc1
parent4ebff7e0ca8945754a63e21f87c7edacba065ce1 (diff)
downloadsrc-85cb1ccbbaf4096f2f7d1cfc43d2568a11e53c85.tar.gz
src-85cb1ccbbaf4096f2f7d1cfc43d2568a11e53c85.zip
Add the kerberos5 libs to the install32 target.
(we've been building the all along, but never installing them)
Notes
Notes: svn path=/head/; revision=184860
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index df3d9d5bbe01..d247cb134b07 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$//}