summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-06 10:21:36 +0000
committerjkh <jkh@FreeBSD.org>1997-10-06 10:21:36 +0000
commit2fef004dcf2789eb4481b4022d97dcc520b07d42 (patch)
treef393c47b16d2794a68eb541ed9fc5dfe2e4fcf82 /Makefile
parente63dc13db2941371a9fe96a7da58d368d5b92194 (diff)
downloadFreeBSD-src-2fef004dcf2789eb4481b4022d97dcc520b07d42.zip
FreeBSD-src-2fef004dcf2789eb4481b4022d97dcc520b07d42.tar.gz
Having to review all changes to this file _very_ carefully
led me to find 2 more errors which were there before. :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7219fc9..e454ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.151 1997/10/05 22:28:50 fsmp Exp $
+# $Id: Makefile,v 1.152 1997/10/06 09:58:11 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -429,7 +429,7 @@ bootstrap:
${MAKE} ${MK_FLAGS} all && \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
- ${MAKE} ${MK_FLAGS} -DNOLIB && \
+ ${MAKE} ${MK_FLAGS} -DNOLIB all && \
${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR}
.if !defined(NOOBJDIR)
cd ${.CURDIR}/usr.bin/lex && ${MAKE} obj
@@ -580,7 +580,7 @@ libraries:
${MAKE} ${MK_FLAGS} all && \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
.endif
-.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_KERBEROS4)
+.if exists(kerberosIV) && !defined(NOCRYPT) && defined(MAKE_KERBEROS4)
cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all && \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud