diff options
author | rh <rh@pkgsrc.org> | 1999-11-12 18:25:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-12 18:25:12 +0000 |
commit | 3aaf173785758763c55d749d563b681f06cbf70e (patch) | |
tree | 5cfee2b0d733dbeaa5751e56087466e0717f5115 /net | |
parent | ac489cf3629b2492a41818ec7686c0f60e9a1936 (diff) | |
download | pkgsrc-3aaf173785758763c55d749d563b681f06cbf70e.tar.gz |
Add and enable bind8
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 95a113cfb51..cfcf5e9cb80 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 1999/11/08 01:07:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.94 1999/11/12 18:25:12 rh Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -11,6 +11,7 @@ # SUBDIR += bb SUBDIR += beroftpd SUBDIR += bind4 + SUBDIR += bind8 SUBDIR += bing # SUBDIR += cap SUBDIR += choparp |