diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2014-07-02 02:44:01 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2014-07-02 02:44:01 +0000 |
commit | 71a149f0f079b6d25affac3681906b0344641750 (patch) | |
tree | 279136fa38117f152dd654ecd1936e3fed849b55 /net | |
parent | 1404e2a1a555e0701c40d4683002d05f7e173504 (diff) | |
download | pkgsrc-71a149f0f079b6d25affac3681906b0344641750.tar.gz |
add and enable bind910
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 3785e221fdb..2a3f56ba829 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1024 2014/06/13 00:14:22 wiedi Exp $ +# $NetBSD: Makefile,v 1.1025 2014/07/02 02:44:01 jnemeth Exp $ # COMMENT= Networking tools @@ -40,6 +40,12 @@ SUBDIR+= bftpd SUBDIR+= bind96 SUBDIR+= bind98 SUBDIR+= bind99 +SUBDIR+= bind910 +SUBDIR+= bing +SUBDIR+= bird +SUBDIR+= bird6 +SUBDIR+= bittornado +SUBDIR+= bittornado-gui SUBDIR+= bing SUBDIR+= bird SUBDIR+= bird6 @@ -580,6 +586,7 @@ SUBDIR+= py-softlayer SUBDIR+= py-softlayer_messaging SUBDIR+= py-spreadmodule SUBDIR+= py-suds +SUBDIR+= py-tweepy SUBDIR+= py-twisted SUBDIR+= py-twisted-docs SUBDIR+= py-twython |