diff options
author | nate <nate@FreeBSD.org> | 1996-06-19 20:48:48 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-06-19 20:48:48 +0000 |
commit | e6238f2bbc10a9c425419e7f9a12b3a3a81c9542 (patch) | |
tree | 7d83d2adbf0ba94658fbfc21423913be17dae2c2 /Makefile | |
parent | d4f014461bc07fca54b2cd433609b621fc41de13 (diff) | |
download | FreeBSD-src-e6238f2bbc10a9c425419e7f9a12b3a3a81c9542.zip FreeBSD-src-e6238f2bbc10a9c425419e7f9a12b3a3a81c9542.tar.gz |
Added lex to the bootstrap target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.78 1996/03/24 13:16:45 paul Exp $ +# $Id: Makefile,v 1.79 1996/05/04 07:12:07 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -116,6 +116,7 @@ bootstrap: cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install cd ${.CURDIR}/usr.bin/xlint/xlint && ${MAKE} ${MK_FLAGS} install + cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap all install reinstall: hierarchy mk includes @echo "--------------------------------------------------------------" |