diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-21 13:12:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-21 13:12:10 +0000 |
commit | f80da82577a03e81df8ea04e0568c6579c2caa06 (patch) | |
tree | 8874bdc8d9f7819889ceabd5f5d53c0f04325eef /Makefile | |
parent | 8375869aceead611acb57c3e44bd01609737f59c (diff) | |
download | FreeBSD-src-f80da82577a03e81df8ea04e0568c6579c2caa06.zip FreeBSD-src-f80da82577a03e81df8ea04e0568c6579c2caa06.tar.gz |
Add uudecode to lib-tools so that the -p option is available for
the later build in lib/compat/* for those systems upgrading from source.
Pointed-Out-By: John Hay <jhay@zibbi.mikom.csir.co.za>
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 && \ |