summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-27 15:51:38 +0000
committerru <ru@FreeBSD.org>2002-05-27 15:51:38 +0000
commit37bdc051b0881219fe4275d6130f8fe3469c70ba (patch)
tree88bdcb1c6a681d30f0e61dc0a16a469d3357a958 /Makefile.inc1
parent3a164e85683e2cef531bcfa1886ad348c1123699 (diff)
downloadFreeBSD-src-37bdc051b0881219fe4275d6130f8fe3469c70ba.zip
FreeBSD-src-37bdc051b0881219fe4275d6130f8fe3469c70ba.tar.gz
Bootstrap makewhatis(1).
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f9b3184..956b130 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -358,7 +358,7 @@ installcheck:
distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
- ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl \
+ ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
@@ -576,9 +576,13 @@ _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 \
- usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \
+ ${_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