summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-24 23:08:57 +0000
committerru <ru@FreeBSD.org>2002-07-24 23:08:57 +0000
commit2168e888b72dcd2e24939615d9307ee0c5732ae9 (patch)
tree2f5821198ee6d072571b1c30cbbcf09637d06429 /Makefile.inc1
parent31d96a089df7bd00592461c2bf7457c5014e7c21 (diff)
downloadFreeBSD-src-2168e888b72dcd2e24939615d9307ee0c5732ae9.zip
FreeBSD-src-2168e888b72dcd2e24939615d9307ee0c5732ae9.tar.gz
Inline ${_cxx_consumers}.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 98222a2..d5e72e2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -572,14 +572,13 @@ installmost:
.if exists(${.CURDIR}/games) && !defined(NOGAMES)
_strfile= games/fortune/strfile
.endif
-_cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \
usr.bin/xargs usr.bin/xinstall \
usr.sbin/config usr.sbin/kbdcontrol \
- ${_cxx_consumers} gnu/usr.bin/texinfo
+ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} DIRPRFX=${_tool}/ obj; \
${MAKE} DIRPRFX=${_tool}/ depend; \
OpenPOWER on IntegriCloud