diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 22:41:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 22:41:33 +0000 |
commit | d6b6216d7c6bedde7b6b2e9754811815a7e0ac0e (patch) | |
tree | 2a2c2ac0f2b928ff22265b1dea07ad25b325bc72 /net/Makefile | |
parent | add new mhash port to security/Makefile (diff) |
Complete resurrection of bind8 by adding it to net/Makefile. :>
Diffstat (limited to 'net/Makefile')
-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 |