summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-05-20 16:24:12 +0000
committerjkim <jkim@FreeBSD.org>2010-05-20 16:24:12 +0000
commite289740998414e435671e5cb7381ec86b630aa1f (patch)
tree04f2f636489e9e1e104e1f2ecf2d86c84a9c44b3 /Makefile.inc1
parent547182687cdbfb5ef73a1909cfc4851dbc3ed00d (diff)
downloadFreeBSD-src-e289740998414e435671e5cb7381ec86b630aa1f.zip
FreeBSD-src-e289740998414e435671e5cb7381ec86b630aa1f.tar.gz
We do not have to build makewhatis as a bootstrap tool when it is disabled
by WITHOUT_MAN_UTILS.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6342de4..27cc401 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -961,6 +961,10 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
.endif
+.if ${MK_MAN_UTILS} != "no"
+_makewhatis= usr.bin/makewhatis
+.endif
+
bootstrap-tools:
.for _tool in \
${_dtrace_tools} \
@@ -969,7 +973,7 @@ bootstrap-tools:
${_groff} \
${_ar} \
usr.bin/lorder \
- usr.bin/makewhatis \
+ ${_makewhatis} \
${_mklocale} \
usr.bin/rpcgen \
${_sed} \
OpenPOWER on IntegriCloud