aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-08-10 06:44:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-08-10 06:44:32 +0000
commit5a9ccda54013c7b11da387e8a9f66cfa8bde3782 (patch)
treef286edc8efc9f35baf0deb70250cc134b27276c2 /dns/Makefile
parentf11319d70ba48607dbabcf8df9f7b376f1546167 (diff)
downloadports-5a9ccda54013c7b11da387e8a9f66cfa8bde3782.tar.gz
ports-5a9ccda54013c7b11da387e8a9f66cfa8bde3782.zip
The libbind functions have been separated from the BIND suite as of
BIND 9.6.0. Originally from older versions of BIND, they have been continually maintained and improved but not installed by default with BIND 9. This standard resolver library contains the same historical functions and headers included with many Unix operating systems. In fact, most implementations are based on the same original code. ISC's libbind provides the standard resolver library, along with header files and documentation, for communicating with domain name servers, retrieving network host entries from /etc/hosts or via DNS, converting CIDR network addresses, performing Hesiod information lookups, retrieving network entries from /etc/networks, implementing TSIG transaction/request security of DNS messages, performing name-to-address and address-to-name translations, and utilizing /etc/resolv.conf for resolver configuration. WWW: https://www.isc.org/software/libbind - Doug Barton DougB@FreeBSD.org
Notes
Notes: svn path=/head/; revision=239232
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 4c1d0dfd8dee..e627383a3940 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -62,6 +62,7 @@
SUBDIR += ldapdns
SUBDIR += ldns
SUBDIR += ldnsm
+ SUBDIR += libbind
SUBDIR += libdjbdns
SUBDIR += libidn
SUBDIR += linux-f8-libidn