diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-30 08:45:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-30 08:45:27 +0800 |
commit | ed39b703edad2a81c34a578a6bf40a0c155fa803 (patch) | |
tree | 3a55bd8394f34a6ed1815d3b5a8d53ce08e5f19e /dns/Makefile | |
parent | 604c683923a3ac9fb1eced680a7baffe537f0960 (diff) | |
download | freebsd-ports-gnome-ed39b703edad2a81c34a578a6bf40a0c155fa803.tar.gz freebsd-ports-gnome-ed39b703edad2a81c34a578a6bf40a0c155fa803.tar.zst freebsd-ports-gnome-ed39b703edad2a81c34a578a6bf40a0c155fa803.zip |
New port: net/rbldnsd - small fast DNS server for DNSBL zones
A very small and fast DNS server made especially for DNSBL
zones. Inspired by Dan J Bernstein's rbldns from djbdns,
but entirely original (and faster and more featureful).
PR: ports/53274
Submitted by: Paul Chvostek <paul+fbsd@it.ca>
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 8a7f9778e922..84269a6b2823 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ # + SUBDIR += rbldnsd .include <bsd.port.subdir.mk> |