summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2006-01-02 10:03:35 +0000
committerdfr <dfr@FreeBSD.org>2006-01-02 10:03:35 +0000
commit5f69a86c738fcc6ba82648bfce88d8ef3bb32291 (patch)
treef852ea29d19b08f9e615509fc92180341aca3724 /Makefile.inc1
parent488cd36dae716f90449d14d10d2802d2a001b374 (diff)
downloadFreeBSD-src-5f69a86c738fcc6ba82648bfce88d8ef3bb32291.zip
FreeBSD-src-5f69a86c738fcc6ba82648bfce88d8ef3bb32291.tar.gz
Temporarily disable the kerberos5 lib32 build while I try to fix it
properly.
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 8d6f327..10a11fa 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