summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-03 06:44:46 +0000
committerjkh <jkh@FreeBSD.org>1996-08-03 06:44:46 +0000
commitdb3d225db69db0843d0887f3987c012b7a0b3e8b (patch)
tree07b74e5f6a0afd808804063c53a3e7dcd94e69c9 /Makefile
parentfe934263a5189edaf9e888528c1828b55b9df8d5 (diff)
downloadFreeBSD-src-db3d225db69db0843d0887f3987c012b7a0b3e8b.zip
FreeBSD-src-db3d225db69db0843d0887f3987c012b7a0b3e8b.tar.gz
Add tsort to bootstrap targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 149060f..172c253 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.90 1996/07/21 00:05:31 jraynard Exp $
+# $Id: Makefile,v 1.91 1996/07/27 21:47:42 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -347,6 +347,8 @@ bootstrap:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/tsort && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
#
# include-tools - generally the same as 'bootstrap', except that it's for
OpenPOWER on IntegriCloud