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 b2b4f640fb2..5a00791e1e9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11661 2005/10/25 22:07:31 cube Exp $ +$NetBSD: CHANGES,v 1.11662 2005/10/26 03:45:47 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4848,3 +4848,4 @@ Changes to the packages collection and infrastructure in 2005: Updated security/seahorse to 0.8 [drochner 2005-10-25] Updated math/yacas to 1.0.59 [drochner 2005-10-25] Updated security/sudo to 1.6.8pl9nb1 [cube 2005-10-25] + Added net/gofish version 1.0 [minskim 2005-10-26] diff --git a/net/Makefile b/net/Makefile index a7f6b4e7348..ae0b1a19775 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.580 2005/10/18 04:47:06 minskim Exp $ +# $NetBSD: Makefile,v 1.581 2005/10/26 03:45:47 minskim Exp $ # COMMENT= Networking tools @@ -118,6 +118,7 @@ SUBDIR+= gnetcat SUBDIR+= gnome-netstatus SUBDIR+= gnome-vfs2-smb SUBDIR+= gnugk +SUBDIR+= gofish SUBDIR+= gopher SUBDIR+= gtk-gnutella SUBDIR+= gtk_wicontrol |