summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-08-03 06:44:46 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-08-03 06:44:46 +0000
commit5f354572b7097801486a323ff5ad187d588684b2 (patch)
tree07b74e5f6a0afd808804063c53a3e7dcd94e69c9 /Makefile
parent62eba8760b907bb064b160a8be5a8ea8384264a1 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 149060fcd07a..172c253a1698 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