summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-13 15:09:26 +0000
committerru <ru@FreeBSD.org>2003-04-13 15:09:26 +0000
commita501663ce7aaccbcc90462b8c47b8fa5c01a0353 (patch)
tree3c937c946cef572998ded6cc56ce8ab1ad2421a9 /Makefile.inc1
parent0f4764dcd5d43cda5638032ff2c36b534573c184 (diff)
downloadFreeBSD-src-a501663ce7aaccbcc90462b8c47b8fa5c01a0353.zip
FreeBSD-src-a501663ce7aaccbcc90462b8c47b8fa5c01a0353.tar.gz
uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4,
and onwards, have no known backwards compatibility issues.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9dbba0f..e0b49d2 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
OpenPOWER on IntegriCloud