summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-04-01 18:11:42 +0000
committerphk <phk@FreeBSD.org>2006-04-01 18:11:42 +0000
commit7b5362e6524b93189c92b4182208fd3e288a8879 (patch)
tree4795d5eae04b6201056bf23ae2946ca559e9c3e4 /share
parent9fa0587a55c38ec55af96122350b7cdb54478faf (diff)
downloadFreeBSD-src-7b5362e6524b93189c92b4182208fd3e288a8879.zip
FreeBSD-src-7b5362e6524b93189c92b4182208fd3e288a8879.tar.gz
Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETC
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.52
-rw-r--r--share/mk/bsd.own.mk4
2 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 4cc2b13..8076936 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -137,7 +137,7 @@ to create the chroot directory structure under
and avoid creating an
.Pa /etc/namedb
symlink to the chroot directory.
-This option should typically be used together with
+This option implies
.Va WITHOUT_BIND_ETC .
.It Va WITHOUT_BIND_NAMED
.\" from FreeBSD: src/tools/build/options/WITHOUT_BIND_NAMED,v 1.1 2006/03/21 07:50:49 ru Exp
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index cb14676..9e052e1 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -395,6 +395,10 @@ MK_BIND_NAMED:= no
MK_BIND_UTILS:= no
.endif
+.if ${MK_BIND_MTREE} == "no"
+MK_BIND_ETC:= no
+.endif
+
.if ${MK_CRYPT} == "no"
MK_OPENSSL:= no
MK_OPENSSH:= no
OpenPOWER on IntegriCloud