summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-07 02:28:57 +0000
committerjkh <jkh@FreeBSD.org>1997-01-07 02:28:57 +0000
commit4a6303658dd722aeaf05fdf0b43708a293bc1116 (patch)
tree9e134068be0f08943d5a52a64757fa0cf78c4b9d /Makefile
parent07b1e363dd6899257792ee48f987659d4d78f77f (diff)
downloadFreeBSD-src-4a6303658dd722aeaf05fdf0b43708a293bc1116.zip
FreeBSD-src-4a6303658dd722aeaf05fdf0b43708a293bc1116.tar.gz
Add yacc to lib-tools target, now that it's been changed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccffd4a..a7332eb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.110 1996/11/26 03:26:31 ache Exp $
+# $Id: Makefile,v 1.111 1996/12/20 08:18:47 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -438,6 +438,8 @@ 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