diff options
author | tobez <tobez@FreeBSD.org> | 2012-04-26 16:43:00 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-04-26 16:43:00 +0800 |
commit | e8c97c099edfad5043cd70b04f86d017537bddaa (patch) | |
tree | 1416caa1ed8950297c18bbe1a2044c5933f03ab7 /dns/Makefile | |
parent | f523f4ec438851e3384e6ed2ebbd2823a54d4894 (diff) | |
download | freebsd-ports-gnome-e8c97c099edfad5043cd70b04f86d017537bddaa.tar.gz freebsd-ports-gnome-e8c97c099edfad5043cd70b04f86d017537bddaa.tar.zst freebsd-ports-gnome-e8c97c099edfad5043cd70b04f86d017537bddaa.zip |
Add dns/validns 0.4, a high performance DNS/DNSSEC zone validator.
PR: 167299
Submitted by: Hirohisa Yamaguchi <umq at-symbol ueo.co.jp>
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 fe77be3e297e..8692c857b4d3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -154,6 +154,7 @@ SUBDIR += udns SUBDIR += unbound SUBDIR += updatedd + SUBDIR += validns SUBDIR += vizone SUBDIR += walker SUBDIR += zkt |