diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-03 06:44:46 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-03 06:44:46 +0000 |
| commit | 5f354572b7097801486a323ff5ad187d588684b2 (patch) | |
| tree | 07b74e5f6a0afd808804063c53a3e7dcd94e69c9 /Makefile | |
| parent | 62eba8760b907bb064b160a8be5a8ea8384264a1 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
