diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-23 17:54:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-23 17:54:44 +0000 |
commit | 0a2577416d3a2203f900f200eb5c9d5689f2c693 (patch) | |
tree | e78493c5a67f127d00ea0f15d5052bb36b48dec8 /net/Makefile | |
parent | f77f08d64886a729fb321c1f58e05f6bb8597288 (diff) | |
download | pkgsrc-0a2577416d3a2203f900f200eb5c9d5689f2c693.tar.gz |
Add and enable tcpick.
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 f731bf6f82d..84831c79197 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.445 2004/02/23 01:34:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.446 2004/02/23 17:54:44 minskim Exp $ # COMMENT= Networking tools @@ -302,6 +302,7 @@ SUBDIR+= tcpdpriv SUBDIR+= tcpdstat SUBDIR+= tcpdump SUBDIR+= tcpflow +SUBDIR+= tcpick SUBDIR+= tcpillust SUBDIR+= tcpreplay SUBDIR+= tcpslice |