diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 09:46:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-12 09:46:03 +0000 |
commit | 59d22a70ee0322a54effb063481e0b372cd19fd3 (patch) | |
tree | ed3e16e48952c9444a6a9d1b67eb8f3cf5955cb9 /dns/Makefile | |
parent | 4e30c15875a943c8e5180e48e83331d778b82a74 (diff) |
New port: A dnssec aware dns debugging tool
Drill is a tool ala dig from BIND. It was designed with
DNSSEC in mind and should be a useful debugging/query tool
for DNSSEC.
PR: ports/75882
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Notes
Notes:
svn path=/head/; revision=126213
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 673d77e205cf..9e21b15c7cff 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -30,6 +30,7 @@ SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += domtools + SUBDIR += drill SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns |