aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-01-12 05:33:24 +0000
committerSteve Price <steve@FreeBSD.org>1997-01-12 05:33:24 +0000
commit35d98ca78283844ac08d1427314dbd2b6c0a259a (patch)
tree6481eba1ccbecc0ab1355df337dfc64574fae8aa /Makefile
parente227653767a090c836df8276ec09b9785b9aba0f (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1a9e1ef72e1a..b1fe67883c75 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.112 1997/01/07 02:28:57 jkh Exp $
+# $Id: Makefile,v 1.113 1997/01/11 10:53:01 jmacd Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -439,8 +439,6 @@ lib-tools:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex/lib && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/usr.bin/yacc && ${MAKE} depend && \
- ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/compile_et && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} && \
rm -f /usr/sbin/compile_et