We do not have to build makewhatis as a bootstrap tool when it is disabled

by WITHOUT_MAN_UTILS.
This commit is contained in:
Jung-uk Kim 2010-05-20 16:24:12 +00:00
parent f09d9fba89
commit 8a4b934bfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208353

View File

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