summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-22 03:06:19 +0000
committerhubertf <hubertf>1997-11-22 03:06:19 +0000
commitc6b852fd5ea1bf9c72e105e52eec481f4d036daf (patch)
tree7fb60289a12b9e9174e373963e692f51f6b633d0 /benchmarks
parent9a0742eb1600b0f86dfe7dd85fec9c696267f409 (diff)
downloadpkgsrc-c6b852fd5ea1bf9c72e105e52eec481f4d036daf.tar.gz
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
new file mode 100644
index 00000000000..7e99c4885fd
--- /dev/null
+++ b/benchmarks/Makefile
@@ -0,0 +1,12 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += bonnie
+ SUBDIR += bytebench
+ SUBDIR += iozone
+ SUBDIR += lmbench
+ SUBDIR += netperf
+ SUBDIR += tcpblast
+ SUBDIR += xengine
+
+.include <bsd.port.subdir.mk>