summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-28 07:30:21 +0000
committerru <ru@FreeBSD.org>2002-05-28 07:30:21 +0000
commiteddf946bef3d95ca4a0b33e63b9fd6678d538861 (patch)
tree644c00a3b704705866cfc863f2bf878a5e919585 /Makefile.inc1
parent8bde8166eeb1bb527e2b1bc83fa61ddda18ae217 (diff)
downloadFreeBSD-src-eddf946bef3d95ca4a0b33e63b9fd6678d538861.zip
FreeBSD-src-eddf946bef3d95ca4a0b33e63b9fd6678d538861.tar.gz
Fixed the world breakage caused by my last commit.
NOMAN is defined when building bootstrap-tools. Submitted by: jhay
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 956b130..253d004 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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}; \
OpenPOWER on IntegriCloud