summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/etc/make.conf6
-rw-r--r--share/man/man5/make.conf.510
2 files changed, 12 insertions, 4 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
#
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index af8cbc2..71a0eae 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -456,9 +456,6 @@ Set to not build CVS.
Set to not build
.Xr g++ 1
and related libraries.
-.It Va NO_BIND
-.Pq Vt bool
-Set to not build BIND.
.It Va NO_FORTRAN
.Pq Vt bool
Set to not build
@@ -602,6 +599,13 @@ Set to avoid compiling profiled libraries.
Set to not build in the
.Pa share
subdir.
+.It Va NO_BIND
+.Pq Vt bool
+Setting this variable will prevent any part of BIND from being built,
+regardless of the presence of any of the other *_BIND_* variables below.
+.It Va WANT_BIND_LIBS
+.Pq Vt bool
+Set to install BIND libraries and include files.
.It Va PPP_NOSUID
.Pq Vt bool
Set to disable the installation of
OpenPOWER on IntegriCloud