aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-11-15 05:59:10 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-11-15 05:59:10 +0000
commit9291686f75ea1512f2592a7a776e11e4dfdd962d (patch)
treeefcc1ed8a1f0a7ef370e517279875aa8f5f93965 /Makefile.inc1
parentc2aed5122b7eae69a9d98d7e35ad0ec3098b869d (diff)
downloadsrc-9291686f75ea1512f2592a7a776e11e4dfdd962d.tar.gz
src-9291686f75ea1512f2592a7a776e11e4dfdd962d.zip
Oops, all my test boxes have NO_KERBEROS set, so I didn't hit the kerberos5
build tools problem. I'd missed the kerberos5/tools stuff entirely. Add the missing bits.
Notes
Notes: svn path=/head/; revision=137716
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8ee3dc32fddd..afcf8388dd60 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -404,11 +404,21 @@ build32:
cd ${.CURDIR}/secure/lib; \
${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
.endif
+.if !defined(NO_KERBEROS) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+ cd ${.CURDIR}/kerberos5/lib; \
+ ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+.endif
.endfor
.for _dir in lib/libncurses lib/libmagic
cd ${.CURDIR}/${_dir}; \
MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} build-tools
.endfor
+.if !defined(NO_KERBEROS) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.for _t in obj depend all
+ cd ${.CURDIR}/kerberos5/tools; \
+ MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} ${_t}
+.endfor
+.endif
cd ${.CURDIR}; \
${LIB32MAKE} -f Makefile.inc1 DESTDIR=${LIB32TMP} libraries
.for _t in obj depend all