Fixed the world breakage caused by my last commit.
NOMAN is defined when building bootstrap-tools. Submitted by: jhay
This commit is contained in:
parent
8bde8166ee
commit
eddf946bef
@ -576,13 +576,9 @@ _strfile= games/fortune/strfile
|
||||
_cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff
|
||||
.endif
|
||||
|
||||
.if !defined(NOMAN)
|
||||
_makewhatis= usr.bin/makewhatis
|
||||
.endif
|
||||
|
||||
bootstrap-tools:
|
||||
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
|
||||
${_makewhatis} usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \
|
||||
usr.bin/makewhatis usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \
|
||||
usr.sbin/config usr.sbin/kbdcontrol \
|
||||
${_cxx_consumers} gnu/usr.bin/texinfo
|
||||
cd ${.CURDIR}/${_tool}; \
|
||||
|
Loading…
Reference in New Issue
Block a user