diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-08-30 15:53:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-08-30 15:53:30 +0000 |
commit | d2ea07e04de5ddb2595a9560c65f55466c436777 (patch) | |
tree | 8c5936bbbe047a453e73f3313fb0fdfe08f63c57 /net/Makefile | |
parent | abb9001474ef2c3fed845f5da861e083d6b1ed5a (diff) | |
download | FreeBSD-ports-d2ea07e04de5ddb2595a9560c65f55466c436777.zip FreeBSD-ports-d2ea07e04de5ddb2595a9560c65f55466c436777.tar.gz |
BIND version 9 Nameserver, with DLZ extensions
Add capabilities to Bind 9 that will allow Bind backend databases to support
adding and removing zones without interrupting normal server operation.
WWW: http://bind-dlz.sourceforge.net/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 77282f2..997d98b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -31,6 +31,7 @@ SUBDIR += bgpq SUBDIR += bind8 SUBDIR += bind9 + SUBDIR += bind9-dlz SUBDIR += bing SUBDIR += binkd SUBDIR += boclient |