diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-21 13:12:10 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-21 13:12:10 +0000 |
commit | 5342201a6d646f2e30a39f563bce905d4ae00f4b (patch) | |
tree | 8874bdc8d9f7819889ceabd5f5d53c0f04325eef /Makefile | |
parent | 202b8e214b9a5130d0c95ed927ebb2569fc8dd64 (diff) | |
download | src-test2-5342201a6d646f2e30a39f563bce905d4ae00f4b.tar.gz src-test2-5342201a6d646f2e30a39f563bce905d4ae00f4b.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -445,6 +445,8 @@ lib-tools: rm -f /usr/sbin/compile_et cd ${.CURDIR}/usr.bin/mk_cmds && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/usr.bin/uudecode && ${MAKE} depend && \ + ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/gnu/usr.bin/bison && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/gnu/usr.bin/gperf && ${MAKE} depend && \ |