1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Groff after 2002/10/15 has no known backward compatibility issues,

but we always want the latest macro files.
This commit is contained in:
Ruslan Ermilov 2003-04-30 10:58:52 +00:00
parent 98465499f8
commit 007bf12e1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114287

View File

@ -640,6 +640,12 @@ legacy:
_strfile= games/fortune/strfile
.endif
.if ${BOOTSTRAPPING} < 500042
_groff= gnu/usr.bin/groff
.else
_groff= gnu/usr.bin/groff/tmac
.endif
.if ( ${BOOTSTRAPPING} < 450005 || \
( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 ))
_uudecode= usr.bin/uudecode
@ -664,7 +670,7 @@ bootstrap-tools:
usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \
${_xargs} usr.bin/xinstall ${_yacc} \
usr.sbin/config ${_kbdcontrol} \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
gnu/usr.bin/gperf ${_groff} gnu/usr.bin/texinfo
@${ECHODIR} "===> ${_tool}"; \
cd ${.CURDIR}/${_tool}; \
${MAKE} DIRPRFX=${_tool}/ obj; \