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>
This commit is contained in:
Jordan K. Hubbard 1997-01-21 13:12:10 +00:00
parent 202b8e214b
commit 5342201a6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21922

View File

@ -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 && \