diff options
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 4 |
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 |