summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2006-01-02 17:52:16 +0000
committerdfr <dfr@FreeBSD.org>2006-01-02 17:52:16 +0000
commit70bf8d240bb38d850650574387b83f3780b1fc56 (patch)
tree46c5bba57cb4d389901dedd99f2a182df212879b /Makefile.inc1
parente115c4ac0db37a521601a924f384faecb15c9602 (diff)
downloadFreeBSD-src-70bf8d240bb38d850650574387b83f3780b1fc56.zip
FreeBSD-src-70bf8d240bb38d850650574387b83f3780b1fc56.tar.gz
Revert the previous change - the lib32 build should work now.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 10a11fa..8d6f327 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -423,8 +423,8 @@ build32:
${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
.endif
.if !defined(NO_KERBEROS) && !defined(NO_CRYPT) && !defined(NO_OPENSSL)
-# cd ${.CURDIR}/kerberos5/lib; \
-# ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
+ cd ${.CURDIR}/kerberos5/lib; \
+ ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
.endif
.endfor
.for _dir in usr.sbin/pcvt/keycap usr.bin/lex/lib
OpenPOWER on IntegriCloud