Inline ${_cxx_consumers}.
This commit is contained in:
parent
6b3086807f
commit
609b7b3189
@ -572,14 +572,13 @@ installmost:
|
|||||||
.if exists(${.CURDIR}/games) && !defined(NOGAMES)
|
.if exists(${.CURDIR}/games) && !defined(NOGAMES)
|
||||||
_strfile= games/fortune/strfile
|
_strfile= games/fortune/strfile
|
||||||
.endif
|
.endif
|
||||||
_cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff
|
|
||||||
|
|
||||||
bootstrap-tools:
|
bootstrap-tools:
|
||||||
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
|
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
|
||||||
usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \
|
usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \
|
||||||
usr.bin/xargs usr.bin/xinstall \
|
usr.bin/xargs usr.bin/xinstall \
|
||||||
usr.sbin/config usr.sbin/kbdcontrol \
|
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}; \
|
cd ${.CURDIR}/${_tool}; \
|
||||||
${MAKE} DIRPRFX=${_tool}/ obj; \
|
${MAKE} DIRPRFX=${_tool}/ obj; \
|
||||||
${MAKE} DIRPRFX=${_tool}/ depend; \
|
${MAKE} DIRPRFX=${_tool}/ depend; \
|
||||||
|
Loading…
Reference in New Issue
Block a user