diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-28 18:21:30 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-28 18:21:30 +0000 |
commit | 1a471e6bbb7c3b64608cef2750dc5107e48466db (patch) | |
tree | de1a93388a946d6eae8819810fda844f3a0ce6cf | |
parent | cb64b40499e8de3d6ba4650bd14d7a2cc58886db (diff) | |
download | FreeBSD-ports-1a471e6bbb7c3b64608cef2750dc5107e48466db.zip FreeBSD-ports-1a471e6bbb7c3b64608cef2750dc5107e48466db.tar.gz |
Remove dnscache, and add djbdns, after package changed names.
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 8856c1b..5742002 100644 --- a/net/Makefile +++ b/net/Makefile @@ -53,8 +53,8 @@ SUBDIR += dgd-net SUBDIR += dhid SUBDIR += dhcpconf + SUBDIR += djbdns SUBDIR += dlint - SUBDIR += dnscache SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += doc |