aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:08 +0000
commit7d4de36022ae6567b5fbd5406926ee46e0576e15 (patch)
tree7b41f8de209610047925b34c8122baa2c9c4c126 /benchmarks/Makefile
parent8f7e0a5b667320e90d22d1a6f48b39d4471f5db4 (diff)
downloadports-7d4de36022ae6567b5fbd5406926ee46e0576e15.tar.gz
ports-7d4de36022ae6567b5fbd5406926ee46e0576e15.zip
New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome to
your new home, babies!
Notes
Notes: svn path=/head/; revision=1953
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
new file mode 100644
index 000000000000..0b761163d01f
--- /dev/null
+++ b/benchmarks/Makefile
@@ -0,0 +1,9 @@
+# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
+#
+
+ SUBDIR += bonnie
+ SUBDIR += iozone
+ SUBDIR += lmbench
+ SUBDIR += tcpblast
+
+.include <bsd.port.subdir.mk>