Wrap gperf & groff wth NO_CXX.

This commit is contained in:
David E. O'Brien 2003-05-31 21:29:38 +00:00
parent 5e7019bf32
commit 652b5a7533

View File

@ -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; \