diff options
author | taca <taca> | 2012-03-07 14:26:18 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-07 14:26:18 +0000 |
commit | fbb460314ca9f9c76ae13558ad937303fcc80a23 (patch) | |
tree | f619cf061713a8b5e911c7ed8e21f49861436c39 /net/Makefile | |
parent | c916a23f110b3c9f2c1b333599e9c033ecfdd27d (diff) | |
download | pkgsrc-fbb460314ca9f9c76ae13558ad937303fcc80a23.tar.gz |
Add and enable bind99.
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 1caa6d5d3d5..ee82c7e94d3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.913 2012/02/28 20:32:35 minskim Exp $ +# $NetBSD: Makefile,v 1.914 2012/03/07 14:26:18 taca Exp $ # COMMENT= Networking tools @@ -41,6 +41,7 @@ SUBDIR+= bftpd SUBDIR+= bind96 SUBDIR+= bind97 SUBDIR+= bind98 +SUBDIR+= bind99 SUBDIR+= bing SUBDIR+= bird SUBDIR+= bird6 |