Skip to content

Commit

Permalink
OS-2043 Network Tools for SmartOS: iperf-2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith M Wesolowski committed Aug 9, 2013
1 parent c1215ab commit 0cd93d0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
/gnupg/gnupg-1.4.11-32
/gtar/tar-1.23-32
/gzip/gzip-1.3.5-32
/iperf/iperf-2.0.5-32
/ipmitool/ipmitool-1.8.11-32
/less/less-436-32
/libexpat/expat-2.0.1-32
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ SUBDIRS = \
gnupg \
gtar \
gzip \
iperf \
ipmitool \
less \
libexpat \
Expand Down
28 changes: 28 additions & 0 deletions iperf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at COPYING
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at COPYING.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, Joyent, Inc. All rights reserved.
#

VER = iperf-2.0.5

include ../Makefile.defs
include ../Makefile.targ
include ../Makefile.targ.autoconf
Binary file added iperf/iperf-2.0.5.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ f usr/share/man/man1/gzip.1 0444 root bin
f usr/share/man/man1/gzless.1 0444 root bin
f usr/share/man/man1/gzmore.1 0444 root bin
f usr/share/man/man1/gznew.1 0444 root bin
# iperf
f usr/bin/iperf 0555 root bin
f usr/share/man/man1/iperf.1 0444 root bin
# ipmitool
f usr/sbin/ipmitool 0555 root bin
f usr/share/man/man1/ipmitool.1 0444 root bin
Expand Down

0 comments on commit 0cd93d0

Please sign in to comment.