mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Revert r208353. It did not work as I expected because WITHOUT_MAN is set
for bootstrap-tools target and WITHOUT_MAN_UTILS was implied by default. Pointy hat: jkim
This commit is contained in:
parent
c29ae5520a
commit
5ba4657c49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208363
@ -961,10 +961,6 @@ _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} \
|
||||
@ -973,7 +969,7 @@ bootstrap-tools:
|
||||
${_groff} \
|
||||
${_ar} \
|
||||
usr.bin/lorder \
|
||||
${_makewhatis} \
|
||||
usr.bin/makewhatis \
|
||||
${_mklocale} \
|
||||
usr.bin/rpcgen \
|
||||
${_sed} \
|
||||
|
Loading…
Reference in New Issue
Block a user