diff options
author | he <he> | 2015-02-02 12:25:44 +0000 |
---|---|---|
committer | he <he> | 2015-02-02 12:25:44 +0000 |
commit | c8ca0284c1561da5573b230e5453ef50c23651e9 (patch) | |
tree | 039c001c9e3cf1e2ef97371d56075509ae2f2ed3 | |
parent | 7ec0c94a7e81ee6c0e3d6ecdfb8dca262a75e75b (diff) | |
download | pkgsrc-c8ca0284c1561da5573b230e5453ef50c23651e9.tar.gz |
Add iperf3.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 80d50357c93..e62f92ddd95 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1054 2015/01/27 23:02:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.1055 2015/02/02 12:25:44 he Exp $ # COMMENT= Networking tools @@ -214,6 +214,7 @@ SUBDIR+= iodine SUBDIR+= ipcalc SUBDIR+= ipcheck SUBDIR+= iperf +SUBDIR+= iperf3 SUBDIR+= ipgrab SUBDIR+= iplog SUBDIR+= ipv6calc |