diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 18:21:30 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 18:21:30 +0000 |
commit | d7bc60459a27ad6728bff0950d7c7d32552093da (patch) | |
tree | a4be574c00ab984a5813267c32c6795768b33d9e | |
parent | Update to djbdns 1.02 (diff) |
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 8856c1b08bf4..574200283600 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 |