svn commit: r317979 - head/targets/pseudo/userland

Bryan Drewery bdrewery at FreeBSD.org
Mon May 8 20:44:14 UTC 2017


Author: bdrewery
Date: Mon May  8 20:44:12 2017
New Revision: 317979
URL: https://svnweb.freebsd.org/changeset/base/317979

Log:
  Remove MK_MANDOCDB option missed in r315057

Modified:
  head/targets/pseudo/userland/Makefile.depend

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Mon May  8 20:30:30 2017	(r317978)
+++ head/targets/pseudo/userland/Makefile.depend	Mon May  8 20:44:12 2017	(r317979)
@@ -2,14 +2,9 @@
 
 # This file is not autogenerated - take care!
 
-.if !defined(MK_MANDOCDB)
 .include <src.opts.mk>
-.endif
 
 DIRDEPS=
-.if ${MK_MANDOCDB} == "no"
-DIRDEPS+= usr.bin/makewhatis
-.endif
 DIRDEPS+= \
 	bin/cat \
 	bin/chflags \


More information about the svn-src-head mailing list