From 710b5ef8fce177feb94967597c0c8335174b78ad Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 13 Apr 2003 15:09:26 +0000 Subject: [PATCH] uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4, and onwards, have no known backwards compatibility issues. --- Makefile.inc1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 9dbba0f41781..e0b49d203bc6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -638,9 +638,16 @@ legacy: _strfile= games/fortune/strfile .endif +.if defined(BOOTSTRAPPING) +.if ( ${BOOTSTRAPPING} < 450005 || \ + ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 )) +_uudecode= usr.bin/uudecode +.endif +.endif + bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ - usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \ + usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \ usr.bin/xargs usr.bin/xinstall \ usr.sbin/config usr.sbin/kbdcontrol \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo