diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-18 18:50:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-18 18:50:02 +0000 |
commit | df81b3878f8a1708158fc79c390557e3531c7137 (patch) | |
tree | 4172be1a3da0d43439984eb9fd0a43aa7e3bafb7 | |
parent | a2ee0ad86e584c295c953b2f14bfc8550e8acd73 (diff) | |
download | pkgsrc-df81b3878f8a1708158fc79c390557e3531c7137.tar.gz |
Add and enable ipgrab.
-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 c7cd9a984bc..ff6de96efa1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4904 2004/02/18 15:43:05 wiz Exp $ +$NetBSD: CHANGES,v 1.4905 2004/02/18 18:50:02 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -917,3 +917,4 @@ Changes to the packages collection and infrastructure in 2004: Updated libxslt to 1.1.3nb1 [jmmv 2004-02-18] Added xhtml-1.0 [jmmv 2004-02-18] Updated doclifter to 1.7 [wiz 2004-02-18] + Added ipgrab-0.9.8 [minskim 2004-02-18] diff --git a/net/Makefile b/net/Makefile index f0e47b11018..32d9efad44e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.441 2004/02/18 02:01:44 minskim Exp $ +# $NetBSD: Makefile,v 1.442 2004/02/18 18:50:02 minskim Exp $ # COMMENT= Networking tools @@ -107,6 +107,7 @@ SUBDIR+= ipa SUBDIR+= ipcalc SUBDIR+= ipcheck SUBDIR+= iperf +SUBDIR+= ipgrab SUBDIR+= iplog SUBDIR+= ipv6calc SUBDIR+= ipw |