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 2631635686b..1fae4281ce7 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1984 2007/09/10 16:03:49 xtraeme Exp $ +$NetBSD: CHANGES-2007,v 1.1985 2007/09/10 16:18:26 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3631,3 +3631,4 @@ Changes to the packages collection and infrastructure in 2007: Added devel/libmcs version 0.4.1 [xtraeme 2007-09-10] Added devel/libbinio version 1.4 [xtraeme 2007-09-10] Added audio/adplug version 2.1 [xtraeme 2007-09-10] + Added net/libmms version 0.3 [xtraeme 2007-09-10] diff --git a/net/Makefile b/net/Makefile index 088b036bd05..0c9f0c32fc9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.679 2007/09/08 12:05:53 wiz Exp $ +# $NetBSD: Makefile,v 1.680 2007/09/10 16:18:26 xtraeme Exp $ # COMMENT= Networking tools @@ -177,6 +177,7 @@ SUBDIR+= libares SUBDIR+= libcares SUBDIR+= libdnet SUBDIR+= liblive +SUBDIR+= libmms SUBDIR+= libnids SUBDIR+= libpcap SUBDIR+= libradius |