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 /net/Makefile | |
parent | a2ee0ad86e584c295c953b2f14bfc8550e8acd73 (diff) | |
download | pkgsrc-df81b3878f8a1708158fc79c390557e3531c7137.tar.gz |
Add and enable ipgrab.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |