summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-14 03:29:24 +0000
committersjg <sjg@FreeBSD.org>2015-06-14 03:29:24 +0000
commite87dcc3900ebdd70bfd70cd72d74eb7969bf60c1 (patch)
tree16173ea604f57338b1b6e259d1d257cd22413748 /targets
parent3176772d161415549d168bac6b0192c408ea4b2d (diff)
downloadFreeBSD-src-e87dcc3900ebdd70bfd70cd72d74eb7969bf60c1.zip
FreeBSD-src-e87dcc3900ebdd70bfd70cd72d74eb7969bf60c1.tar.gz
We cannot build makewhatis and mandoc
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/Makefile.depend12
1 files changed, 10 insertions, 2 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index a2b5f44..c1e0662 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -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>
OpenPOWER on IntegriCloud