From 5ba4657c49e3c91656446e8343dc11406e06c0cc Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 20 May 2010 20:15:56 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 27cc401f8d4..6342de4bea0 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} \