summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-24 13:51:31 +0000
committerdougb <dougb@FreeBSD.org>2004-09-24 13:51:31 +0000
commitf0da78ba2231f5a639ff148003779aa80d221d1d (patch)
treed9b8d889a93ac7d76906d526dc55fcdb7fb05f6e /share/examples
parent03cf2e6303ec5e66663f310806fbcaceffcb6ad6 (diff)
downloadFreeBSD-src-f0da78ba2231f5a639ff148003779aa80d221d1d.zip
FreeBSD-src-f0da78ba2231f5a639ff148003779aa80d221d1d.tar.gz
Break the NO_BIND knob out from the pack, and begin documenting
the finer granularity for the various BIND features.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e0eaa68..d74f02f 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -110,7 +110,6 @@
#NO_BOOT= true # do not build boot blocks and loader
#NO_CVS= true # do not build CVS
#NO_CXX= true # do not build C++ and friends
-#NO_BIND= true # do not build BIND
#NO_BLUETOOTH= true # do not build Bluetooth related stuff
#NO_DYNAMICROOT=true # do not link /bin and /sbin dynamically
#NO_FORTRAN= true # do not build g77 and related libraries
@@ -144,6 +143,11 @@
#NOPROFILE= true # Avoid compiling profiled libraries
#NOSHARE= true # do not go into the share subdir
#
+# 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 or install any part of BIND
+#WANT_BIND_LIBS=true # Install the BIND libs and include files
+#
# To build sys/modules when building the world (our old way of doing things)
#MODULES_WITH_WORLD=true # do not build modules when building kernel
#
OpenPOWER on IntegriCloud