Add tsort to bootstrap targets.

This commit is contained in:
Jordan K. Hubbard 1996-08-03 06:44:46 +00:00
parent 62eba8760b
commit 5f354572b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17401

View File

@ -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