From 5342201a6d646f2e30a39f563bce905d4ae00f4b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 21 Jan 1997 13:12:10 +0000 Subject: [PATCH] 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(+) diff --git a/Makefile b/Makefile index 33728b0dc95..d6a49c5c9d1 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 && \