diff options
author | des <des@FreeBSD.org> | 2013-02-15 15:09:24 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-02-15 15:09:24 +0000 |
commit | cb7ef0d72fdbd149e546d7ad7f4d7e6a2b5caebf (patch) | |
tree | a89559487ad0e4610d0dc04f8c382a1e7de750a2 | |
parent | e5832a2aa5d1567383469fecfff8de69eafa9e8e (diff) | |
download | FreeBSD-src-cb7ef0d72fdbd149e546d7ad7f4d7e6a2b5caebf.zip FreeBSD-src-cb7ef0d72fdbd149e546d7ad7f4d7e6a2b5caebf.tar.gz |
Manually add the correct text for the LDNS and LDNS_UTILS options.
There seems to be a bug in makeman that causes it to misunderstand
the relationship between LDNS_UTILS and BIND_UTILS.
-rw-r--r-- | share/man/man5/src.conf.5 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 21bfa6e..17afca2 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -646,6 +646,26 @@ When set, it also enforces the following options: Set to build some programs without optional .Nm libkvm support. +.It Va WITHOUT_LDNS +.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS 246827 2013-02-15 13:44:18Z des +Setting this variable will prevent LDNS from being built. +When set, it also enforces the following options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_LDNS_UTILS +.El +.It Va WITH_LDNS_UTILS +.\" from FreeBSD: head/tools/build/options/WITH_LDNS_UTILS 246830 2013-02-15 13:57:51Z des +Setting this variable will enable the LDNS-based versions of +.Xr dig 1 +and +.Xr host 1 . +When set, the following options are also in effect: +.Pp +.Bl -inset -compact +.It Va WITHOUT_BIND_UTILS +.El .It Va WITHOUT_LEGACY_CONSOLE .\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam Set to not build programs that support a legacy PC console; e.g. |