summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-24 18:42:05 +0000
committerdougb <dougb@FreeBSD.org>2004-09-24 18:42:05 +0000
commit389acf125bfcbcd1f7d58b0d9f9c0ba33090e57d (patch)
tree8fb8408bc976448290b2a17f9c4bc02cf4521664 /share/examples
parent23afcbf88f770c3340e7eecdbdce1e7233a9eeca (diff)
downloadFreeBSD-src-389acf125bfcbcd1f7d58b0d9f9c0ba33090e57d.zip
FreeBSD-src-389acf125bfcbcd1f7d58b0d9f9c0ba33090e57d.tar.gz
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index d74f02f..ab2e837 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -145,8 +145,9 @@
#
# 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
+#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
OpenPOWER on IntegriCloud