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:
parent
7a9bf94022
commit
710b5ef8fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user