diff --git a/Makefile.inc1 b/Makefile.inc1 index 27cc401f8d4f..6342de4bea04 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} \