aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-04-01 18:11:42 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-04-01 18:11:42 +0000
commitc82053233c61ee0fd9be6dd22a8570eb6ba19a98 (patch)
tree4795d5eae04b6201056bf23ae2946ca559e9c3e4 /share
parent76666abc121c08334cf1c060880114e22a9d4241 (diff)
Notes
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 4cc2b133f9ad..8076936f6a14 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 cb14676279b6..9e052e12c01a 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