1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Flip the switch: disable BIND and enable LDNS_UTILS.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-24 14:33:31 +00:00
parent 4cb8b041d1
commit 70aeafb4fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255850
5 changed files with 9 additions and 9 deletions

View File

@ -255,7 +255,6 @@ __DEFAULT_YES_OPTIONS = \
ATM \
AUDIT \
AUTHPF \
BIND \
BIND_DNSSEC \
BIND_ETC \
BIND_LIBS_LWRES \
@ -308,6 +307,7 @@ __DEFAULT_YES_OPTIONS = \
KERNEL_SYMBOLS \
KVM \
LDNS \
LDNS_UTILS \
LEGACY_CONSOLE \
LIB32 \
LIBPTHREAD \
@ -367,6 +367,7 @@ __DEFAULT_YES_OPTIONS = \
ZONEINFO
__DEFAULT_NO_OPTIONS = \
BIND \
BIND_IDN \
BIND_LARGE_FILE \
BIND_LIBS \
@ -380,7 +381,6 @@ __DEFAULT_NO_OPTIONS = \
HESIOD \
LIBICONV_COMPAT \
INSTALL_AS_USER \
LDNS_UTILS \
LLDB \
NMTREE \
NAND \

View File

@ -1,2 +0,0 @@
.\" $FreeBSD$
Setting this variable will prevent any part of BIND from being built.

View File

@ -0,0 +1,5 @@
.\" $FreeBSD$
Setting this variable will prevent building the LDNS utilities
.Xr drill 1
and
.Xr host 1 .

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Setting this variable will enable BIND.

View File

@ -1,5 +0,0 @@
.\" $FreeBSD$
Setting this variable will enable the LDNS-based versions of
.Xr dig 1
and
.Xr host 1 .