Author: jkim
Date: Thu May 20 20:15:56 2010
New Revision: 208363
URL: http://svn.freebsd.org/changeset/base/208363

Log:
  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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu May 20 20:01:54 2010        (r208362)
+++ head/Makefile.inc1  Thu May 20 20:15:56 2010        (r208363)
@@ -961,10 +961,6 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/
     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} \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to