aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-04 08:45:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-04 08:45:44 +0000
commitdc040556f3d23a4a78a1ee44aa01dbee50aef043 (patch)
treec2ea53283a6b2aa4adb48eaa77ffa2d99819485d /benchmarks/Makefile
parent2974c692416fe1438d306c9007d47ad7f84371df (diff)
downloadports-dc040556f3d23a4a78a1ee44aa01dbee50aef043.tar.gz
ports-dc040556f3d23a4a78a1ee44aa01dbee50aef043.zip
Add netperf.
Notes
Notes: svn path=/head/; revision=3520
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 330703a0fefc..7b3da42308d3 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.1 1995/07/13 00:03:08 asami Exp $
+# $Id: Makefile,v 1.2 1996/01/03 00:12:48 se Exp $
#
SUBDIR += bonnie
SUBDIR += bytebench
SUBDIR += iozone
SUBDIR += lmbench
+ SUBDIR += netperf
SUBDIR += tcpblast
.include <bsd.port.subdir.mk>