diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-09-05 18:03:42 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-09-05 18:03:42 +0000 |
commit | 1870c37693c3bd3456074fab71f11787bac4316c (patch) | |
tree | 885ec4adb51c2c1dbcdc7d52406248cae112dffa /net | |
parent | a1732ba96048f6d57792537a29d453b81b390ab7 (diff) | |
download | pkgsrc-1870c37693c3bd3456074fab71f11787bac4316c.tar.gz |
+httping
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 ca1489b2580..9df41fd266f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.636 2006/08/13 09:39:53 ghen Exp $ +# $NetBSD: Makefile,v 1.637 2006/09/05 18:03:42 adrianp Exp $ # COMMENT= Networking tools @@ -139,6 +139,7 @@ SUBDIR+= hobbitmon SUBDIR+= host SUBDIR+= howl SUBDIR+= hping +SUBDIR+= httping SUBDIR+= httptunnel SUBDIR+= icsi-finger SUBDIR+= iftop |