From f80da82577a03e81df8ea04e0568c6579c2caa06 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 21 Jan 1997 13:12:10 +0000 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 && \ -- cgit v1.1