Remove MK_MANDOCDB option missed in r315057

This commit is contained in:
Bryan Drewery 2017-05-08 20:44:12 +00:00
parent d5392a4191
commit 57a21383e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317979

View File

@ -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 \