summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-30 10:58:52 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-30 10:58:52 +0000
commit007bf12e1ecfc41686a5648696545f7a60fbf1cb (patch)
tree1f2ce85fe6e104a941f6bfe460d3705a5b3579cd /Makefile.inc1
parent98465499f88780e998ca0cd278d7465af01f913e (diff)
downloadsrc-test2-007bf12e1ecfc41686a5648696545f7a60fbf1cb.tar.gz
src-test2-007bf12e1ecfc41686a5648696545f7a60fbf1cb.zip
Notes
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 1af4f8859f3c..380db58d8f2b 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; \