aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-17 09:34:42 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-17 09:34:42 +0000
commit6943ec8018adbaba26d715e7219005f1951e1ccf (patch)
tree14ba4b8991cc45615d51b2bf189206b9fae90874 /Makefile
parent0495b7f96403b4a6431adf3b3a461dcf2748e081 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67017b318706..902b35de9217 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.201 1998/06/09 07:19:13 bde Exp $
+# $Id: Makefile,v 1.202 1998/06/13 02:03:36 peter Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -499,6 +499,9 @@ bootstrap:
cd ${.CURDIR}/usr.bin/xinstall; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/yacc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
+ ${MAKE} ${MK_FLAGS} all; \
+ ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} -DNOLIB all; \