diff options
author | Don Lewis <truckman@FreeBSD.org> | 2021-03-12 16:41:52 +0800 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2021-03-12 16:41:52 +0800 |
commit | 0204f3857481a9e8856135f80ff950e12584a882 (patch) | |
tree | a5bac9be17a2e9a6dfb9ba5780ad2ead6b32f329 /dns/Makefile | |
parent | 7d9511aaceb9972a5651fe675638a27c32c63eb8 (diff) | |
download | freebsd-ports-gnome-0204f3857481a9e8856135f80ff950e12584a882.tar.gz freebsd-ports-gnome-0204f3857481a9e8856135f80ff950e12584a882.tar.zst freebsd-ports-gnome-0204f3857481a9e8856135f80ff950e12584a882.zip |
Add dns/dnsdbflex: Command line tool to use the DNSDB Flexible Search API
extensions.
Sponsored by: Farsight Security, Inc.
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 e8bec8b7029a..afc8e3f4ee11 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -39,6 +39,7 @@ SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck + SUBDIR += dnsdbflex SUBDIR += dnsdbq SUBDIR += dnsdist SUBDIR += dnsenum |