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 1095712d17f..322620eadc2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11917 2005/11/13 06:37:02 minskim Exp $ +$NetBSD: CHANGES,v 1.11918 2005/11/13 08:33:25 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5202,3 +5202,4 @@ Changes to the packages collection and infrastructure in 2005: Updated print/tex-jadetex to 3.13nb2 [minskim 2005-11-13] Added textproc/tex-xmltex version 1.9 [minskim 2005-11-13] Added print/tex-passivetex version 1.24 [minskim 2005-11-13] + Added net/nload version 0.6.0 [minskim 2005-11-13] diff --git a/net/Makefile b/net/Makefile index 8d69f8c1e75..ce1eda1137e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.588 2005/11/07 11:36:22 martti Exp $ +# $NetBSD: Makefile,v 1.589 2005/11/13 08:33:25 minskim Exp $ # COMMENT= Networking tools @@ -218,6 +218,7 @@ SUBDIR+= netsaint-plugins SUBDIR+= ngrep SUBDIR+= nicotine SUBDIR+= nidentd +SUBDIR+= nload SUBDIR+= nmap SUBDIR+= nmapfe SUBDIR+= nocol |