diff options
author | minskim <minskim> | 2004-02-18 18:50:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-18 18:50:02 +0000 |
commit | bfe954f95c629a5e1a208f76d539f4a26b3330bb (patch) | |
tree | 4172be1a3da0d43439984eb9fd0a43aa7e3bafb7 /net | |
parent | f419a4f320291e06cc755100bf7efe204a581dfd (diff) | |
download | pkgsrc-bfe954f95c629a5e1a208f76d539f4a26b3330bb.tar.gz |
Add and enable ipgrab.
Diffstat (limited to 'net')
-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 |