aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-31 21:29:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-31 21:29:38 +0000
commit652b5a7533e33af4d221155d725d6cd1afa1ead9 (patch)
tree48116bc126772a164ad23f0296394f0f621900a5 /Makefile.inc1
parent5e7019bf324072c7fcb1c70f9e55bf4f2533b5b1 (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e3ab806512569..61621a7647330 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -640,11 +640,14 @@ legacy:
_strfile= games/fortune/strfile
.endif
+.if !defined(NO_CXX)
+_gperf= gnu/usr.bin/gperf
.if ${BOOTSTRAPPING} < 500113
_groff= gnu/usr.bin/groff
.else
_groff= gnu/usr.bin/groff/tmac
.endif
+.endif
.if ( ${BOOTSTRAPPING} < 450005 || \
( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034 ))
@@ -670,7 +673,7 @@ bootstrap-tools:
usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \
${_xargs} usr.bin/xinstall ${_yacc} \
usr.sbin/config ${_kbdcontrol} \
- gnu/usr.bin/gperf ${_groff} gnu/usr.bin/texinfo
+ ${_gperf} ${_groff} gnu/usr.bin/texinfo
@${ECHODIR} "===> ${_tool}"; \
cd ${.CURDIR}/${_tool}; \
${MAKE} DIRPRFX=${_tool}/ obj; \