diff options
author | mat <mat@FreeBSD.org> | 2014-05-15 23:46:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-05-15 23:46:59 +0800 |
commit | f5bb35bacd6025d9d8f272602a74a17041d0f4d6 (patch) | |
tree | ba12fb7b208e0208e62e01994ce745ff5dbe6829 /dns/Makefile | |
parent | 5762ba1b5c1162510ffb40818c293bf89b9a2d63 (diff) | |
download | freebsd-ports-gnome-f5bb35bacd6025d9d8f272602a74a17041d0f4d6.tar.gz freebsd-ports-gnome-f5bb35bacd6025d9d8f272602a74a17041d0f4d6.tar.zst freebsd-ports-gnome-f5bb35bacd6025d9d8f272602a74a17041d0f4d6.zip |
Add bundy, the successor of BIND10.
Until a release is done, this will be a snapshot from the github source tree.
http://bundy-dns.de/
Sponsored by: Absolight
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 913e5f0984e7..5f62a66a55b6 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -13,6 +13,7 @@ SUBDIR += bind98 SUBDIR += bind99 SUBDIR += bindgraph + SUBDIR += bundy SUBDIR += c-ares SUBDIR += checkdns SUBDIR += credns |