summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-27 08:23:43 +0000
committerdougb <dougb@FreeBSD.org>2004-09-27 08:23:43 +0000
commitfc66d174a383a0c0a0c8f0e7efe382835938cf7a (patch)
treecd570faf07c6f7174e23a34c086fde3a26d11121 /share/examples
parentd69dcb1c72e2198015f511d26e5edc1fc2acccbd (diff)
downloadFreeBSD-src-fc66d174a383a0c0a0c8f0e7efe382835938cf7a.zip
FreeBSD-src-fc66d174a383a0c0a0c8f0e7efe382835938cf7a.tar.gz
1. Add much finer granularity to the NO_BIND knobs with the addition of:
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index ab2e837..4a52626 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -146,7 +146,11 @@
# Variables to control whether parts of the base BIND are built.
# Defining NO_BIND makes all of the following BIND variables obsolete.
#NO_BIND= true # Do not build any part of BIND
+#NO_BIND_DNSSEC= true # Do not build dnssec-keygen, dnssec-signzone
+#NO_BIND_ETC= true # Do not install files to /etc/namedb
#NO_BIND_LIBS_LWRES= true # Do not install the lwres library
+#NO_BIND_NAMED= true # Do not build named, rndc, lwresd, etc.
+#NO_BIND_UTILS= true # Do not build dig, host, nslookup, nsupdate
#WITH_BIND_LIBS= true # Install the BIND libs and include files
#
# To build sys/modules when building the world (our old way of doing things)
OpenPOWER on IntegriCloud