summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-30 10:58:52 +0000
committerru <ru@FreeBSD.org>2003-04-30 10:58:52 +0000
commit3f80556a0592d9423b21cc4fe79c9b5d57babcde (patch)
tree1f2ce85fe6e104a941f6bfe460d3705a5b3579cd /Makefile.inc1
parentb656a86ad52cf503d357d7ab76a647203f51a0fb (diff)
downloadFreeBSD-src-3f80556a0592d9423b21cc4fe79c9b5d57babcde.zip
FreeBSD-src-3f80556a0592d9423b21cc4fe79c9b5d57babcde.tar.gz
Groff after 2002/10/15 has no known backward compatibility issues,
but we always want the latest macro files.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1af4f88..380db58 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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; \
OpenPOWER on IntegriCloud