aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-09-26 03:10:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-09-26 03:10:20 +0000
commitcf78e84cf24f2a3d2c376994834835ed1f14b59a (patch)
treee19047f04e49c66e3819116039a10959a251c9dd /share/examples
parent9d8ad056973901c9db98c37d1211f43f00568b16 (diff)
Notes
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e0eaa68f98a9..ab2e837a4ded 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,12 @@
#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 any part of BIND
+#NO_BIND_LIBS_LWRES= true # Do not install the lwres library
+#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)
#MODULES_WITH_WORLD=true # do not build modules when building kernel
#