summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-06 11:49:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-06 11:49:56 +0000
commita3961649e1d522e1c38c4f51e6b9f604dbfe5ff0 (patch)
tree886d092841e648895cb0b10f36e48a9787934839 /benchmarks/lmbench/Makefile
parentcompress manpage (diff)
A package to measure & compare system performance.
Yes, I know the package files are missing, I need to hack it a little more so that it installs the binaries and all the data files in some place that won't be blown away by a "make clean" and compare the results...for now, you can type "make test" to run the test and go into the work/lmbench-1.0/Results subdirectory to see what it measured.
Notes
Notes: svn path=/head/; revision=1656
Diffstat (limited to '')
-rw-r--r--benchmarks/lmbench/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
new file mode 100644
index 000000000000..652f65f59395
--- /dev/null
+++ b/benchmarks/lmbench/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: lmbench
+# Version required: 1.0
+# Date created: 6 May 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.4 1995/04/15 03:46:04 asami Exp $
+#
+
+DISTNAME= lmbench-1.0
+CATEGORIES+= utilities
+MASTER_SITES= ftp://forte.mathematik.uni-bremen.de/pub/unix/benchmarks/
+
+MAINTAINER= asami@FreeBSD.ORG
+
+ALL_TARGET= build
+
+test: build
+ @(cd ${WRKSRC}; make results)
+
+retest: build
+ @(cd ${WRKSRC}; make rerun)
+
+.include <bsd.port.mk>