diff options
author | asami <asami@FreeBSD.org> | 1999-06-29 06:41:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-06-29 06:41:33 +0800 |
commit | bf9eb19a347bd00ed22d65ed67568baf291401f0 (patch) | |
tree | 50a960bad4f4358e86ae2612b62d41343467f44c /net | |
parent | 4e91fa02c2fa0bcdd358624f93869d6a917c09a1 (diff) | |
download | freebsd-ports-gnome-bf9eb19a347bd00ed22d65ed67568baf291401f0.tar.gz freebsd-ports-gnome-bf9eb19a347bd00ed22d65ed67568baf291401f0.tar.zst freebsd-ports-gnome-bf9eb19a347bd00ed22d65ed67568baf291401f0.zip |
Complete resurrection of bind8 by adding it to net/Makefile. :>
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 a2cc60922619..e3ff11bf8fb6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.284 1999/06/28 08:54:04 asami Exp $ +# $Id: Makefile,v 1.285 1999/06/28 17:27:52 sada Exp $ # SUBDIR += IglooFTP @@ -10,6 +10,7 @@ SUBDIR += ascend-radius SUBDIR += bb SUBDIR += beroftpd + SUBDIR += bind8 SUBDIR += bing SUBDIR += binkd SUBDIR += boclient |