We cannot build makewhatis and mandoc

This commit is contained in:
Simon J. Gerraty 2015-06-14 03:29:24 +00:00
parent 8311337d35
commit ec83f0800a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284369

View File

@ -2,9 +2,17 @@
# This file is not autogenerated - take care!
.if !defined(MK_MANDOCDB)
.include <src.opts.mk>
.endif
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
DIRDEPS=
.if ${MK_MANDOCDB} == "no"
DIRDEPS+= usr.bin/makewhatis
.endif
DIRDEPS+= \
bin/cat \
bin/chflags \
bin/chio \
@ -271,7 +279,6 @@ DIRDEPS = \
usr.bin/lzmainfo \
usr.bin/m4 \
usr.bin/mail \
usr.bin/makewhatis \
usr.bin/man \
usr.bin/mandoc \
usr.bin/mesg \
@ -777,4 +784,5 @@ DIRDEPS.powerpc= \
DIRDEPS+= ${DIRDEPS.${MACHINE}:U}
.include <dirdeps.mk>