uudecode.c rev. 1.23 in HEAD and rev. 1.13.2.3 in RELENG_4,

and onwards, have no known backwards compatibility issues.
This commit is contained in:
Ruslan Ermilov 2003-04-13 15:09:26 +00:00
parent 7a9bf94022
commit 710b5ef8fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113440

View File

@ -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