diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 9bfc26dd73a..36294c81476 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11951 2005/11/16 01:41:21 seb Exp $ +$NetBSD: CHANGES,v 1.11952 2005/11/16 02:08:23 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5239,3 +5239,4 @@ Changes to the packages collection and infrastructure in 2005: Added devel/uno version uno_v28 [shannonjr 2005-11-15] Updated pkgtools/pkg_comp to 1.24 [seb 2005-11-16] Updated audio/amarok to 1.3.6 [seb 2005-11-16] + Added net/nstx version 1.1beta6 [minskim 2005-11-16] diff --git a/net/Makefile b/net/Makefile index ce1eda1137e..36551f46c8a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.589 2005/11/13 08:33:25 minskim Exp $ +# $NetBSD: Makefile,v 1.590 2005/11/16 02:08:23 minskim Exp $ # COMMENT= Networking tools @@ -227,6 +227,7 @@ SUBDIR+= ns SUBDIR+= nsca SUBDIR+= nsd SUBDIR+= nslint +SUBDIR+= nstx SUBDIR+= ntop SUBDIR+= ntop1 SUBDIR+= ntp4 |