diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2008-06-22 04:54:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2008-06-22 04:54:13 +0000 |
commit | 4650cd20a7a987c4de33cbacd64b360cc1653108 (patch) | |
tree | c7f44975aad699fda22614e773ca476ed6ec2cfd /net | |
parent | ab11ff84c803d6c9ae43ad8b488821496d1bd5ff (diff) | |
download | pkgsrc-4650cd20a7a987c4de33cbacd64b360cc1653108.tar.gz |
add and enable inadyn
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 b532596438f..28c954718e2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.715 2008/06/21 23:16:51 adrianp Exp $ +# $NetBSD: Makefile,v 1.716 2008/06/22 04:54:13 dmcmahill Exp $ # COMMENT= Networking tools @@ -150,6 +150,7 @@ SUBDIR+= httping SUBDIR+= httptunnel SUBDIR+= icsi-finger SUBDIR+= iftop +SUBDIR+= inadyn SUBDIR+= ipcalc SUBDIR+= ipcheck SUBDIR+= iperf |