diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 08:58:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 08:58:43 +0000 |
commit | 274812f3fe38b8ce4d8fb0ded275f156113c8730 (patch) | |
tree | e7f0bacb494bbb61a73f26c7d1f6ac6a46d84e3b /net/Makefile | |
parent | ef9a3858956118fbfdcc5451ef2ae2274804ffe5 (diff) | |
download | freebsd-ports-274812f3fe38b8ce4d8fb0ded275f156113c8730.zip |
Add dns_balance, a dynamic load-balancing DNS server.
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 b0a0da9aed98..6f236bf8fe0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -66,6 +66,7 @@ SUBDIR += dictd-database SUBDIR += djbdns SUBDIR += dlint + SUBDIR += dns_balance SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += doc |