summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-21 13:12:10 +0000
committerjkh <jkh@FreeBSD.org>1997-01-21 13:12:10 +0000
commitf80da82577a03e81df8ea04e0568c6579c2caa06 (patch)
tree8874bdc8d9f7819889ceabd5f5d53c0f04325eef /Makefile
parent8375869aceead611acb57c3e44bd01609737f59c (diff)
downloadFreeBSD-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--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33728b0..d6a49c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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 && \
OpenPOWER on IntegriCloud