summaryrefslogtreecommitdiffstats
path: root/share/man/man5
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/man/man5
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/man/man5')
-rw-r--r--share/man/man5/make.conf.57
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 71a0eae..477240d 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -603,7 +603,12 @@ subdir.
.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
+.It Va NO_BIND_LIBS_LWRES
+.Pq Vt bool
+Set to avoid installing the lwres library in
+.Pa /usr/lib .
+The library that is private to the build system may still be built as needed.
+.It Va WITH_BIND_LIBS
.Pq Vt bool
Set to install BIND libraries and include files.
.It Va PPP_NOSUID
OpenPOWER on IntegriCloud