summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-01-12 05:33:24 +0000
committersteve <steve@FreeBSD.org>1997-01-12 05:33:24 +0000
commit7505fe46ab450ca2ff6ab44d15c0691862c73986 (patch)
tree6481eba1ccbecc0ab1355df337dfc64574fae8aa
parent4b883944966c3797fc4419b070fe372efc96a2bc (diff)
downloadFreeBSD-src-7505fe46ab450ca2ff6ab44d15c0691862c73986.zip
FreeBSD-src-7505fe46ab450ca2ff6ab44d15c0691862c73986.tar.gz
Remove yacc from the lib-tools target since it is now
back to its original form. Requested by: jkh
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1a9e1ef..b1fe678 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
OpenPOWER on IntegriCloud