diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 38cba2ea5b1..ecb243c7e0f 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.366 2007/02/16 10:33:38 rillig Exp $ +$NetBSD: CHANGES-2007,v 1.367 2007/02/16 12:07:55 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -751,3 +751,4 @@ Changes to the packages collection and infrastructure in 2007: Updated net/mldonkey to 2.8.3 [wiz 2007-02-16] Updated net/mldonkey-gui to 2.8.3 [wiz 2007-02-16] Removed games/blokus [rillig 2007-02-16] + Added net/csup version 20070216 [xtraeme 2007-02-16] diff --git a/net/Makefile b/net/Makefile index bcbb2aca325..60ff4314d2e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.656 2007/01/22 18:54:00 minskim Exp $ +# $NetBSD: Makefile,v 1.657 2007/02/16 12:07:55 xtraeme Exp $ # COMMENT= Networking tools @@ -62,6 +62,7 @@ SUBDIR+= cmu-dhcpd SUBDIR+= connect SUBDIR+= corkscrew SUBDIR+= couriertcpd +SUBDIR+= csup SUBDIR+= ctorrent SUBDIR+= dante SUBDIR+= darkstat |