diff options
author | dmcmahill <dmcmahill> | 2008-06-22 04:54:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2008-06-22 04:54:13 +0000 |
commit | 6f10986ab42c9bbb510c4b84947dd17beb4ef166 (patch) | |
tree | c7f44975aad699fda22614e773ca476ed6ec2cfd /net/Makefile | |
parent | b042f3b555f197a99930716399624e067a025c95 (diff) | |
download | pkgsrc-6f10986ab42c9bbb510c4b84947dd17beb4ef166.tar.gz |
add and enable inadyn
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 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 |