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 | 49321cee311e612413ba34b885078b2a38da30a9 (patch) | |
tree | 885ec4adb51c2c1dbcdc7d52406248cae112dffa /net/Makefile | |
parent | 9a74664e6e9380fe2e22d6e32d935d79d1707249 (diff) | |
download | pkgsrc-49321cee311e612413ba34b885078b2a38da30a9.tar.gz |
+httping
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 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 |