diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-01-12 05:33:24 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-01-12 05:33:24 +0000 |
| commit | 35d98ca78283844ac08d1427314dbd2b6c0a259a (patch) | |
| tree | 6481eba1ccbecc0ab1355df337dfc64574fae8aa /Makefile | |
| parent | e227653767a090c836df8276ec09b9785b9aba0f (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.112 1997/01/07 02:28:57 jkh Exp $ +# $Id: Makefile,v 1.113 1997/01/11 10:53:01 jmacd Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -439,8 +439,6 @@ lib-tools: ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/lex/lib && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} - cd ${.CURDIR}/usr.bin/yacc && ${MAKE} depend && \ - ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/compile_et && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} && \ rm -f /usr/sbin/compile_et |
