Fixed the world breakage caused by my last commit.

NOMAN is defined when building bootstrap-tools.

Submitted by:	jhay
This commit is contained in:
Ruslan Ermilov 2002-05-28 07:30:21 +00:00
parent aaa8b7ff8c
commit 6af587dcab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97382

View File

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