aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-06-14 03:29:24 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-06-14 03:29:24 +0000
commitec83f0800a55b0f548d5617b1d43e1cde63c0d08 (patch)
tree16173ea604f57338b1b6e259d1d257cd22413748
parent8311337d3559e8f66576e2a64a43bca5681d3606 (diff)
downloadsrc-ec83f0800a55b0f548d5617b1d43e1cde63c0d08.tar.gz
src-ec83f0800a55b0f548d5617b1d43e1cde63c0d08.zip
We cannot build makewhatis and mandoc
Notes
Notes: svn path=/head/; revision=284369
-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 a2b5f445a478..c1e06624fc3f 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>