From 5cae2ac38bb3513123897cdb2af7f74557de64ed Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 31 May 2002 13:04:09 +0000 Subject: [PATCH] On behalf of lib/compat/compat4x.i386/libusb.so.0.bz2.uu,v 1.1, added uudecode(1) to bootstrap-tools. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index ff55a00dc94b..c75027cac4b4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -583,7 +583,8 @@ _cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ - usr.bin/makewhatis usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \ + usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \ + usr.bin/xargs usr.bin/xinstall \ usr.sbin/config usr.sbin/kbdcontrol \ ${_cxx_consumers} gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \