summaryrefslogtreecommitdiff
path: root/benchmarks/randread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/randread/Makefile')
-rw-r--r--benchmarks/randread/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
new file mode 100644
index 00000000000..6ebd74d0742
--- /dev/null
+++ b/benchmarks/randread/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 05:13:27 grant Exp $
+#
+
+DISTNAME= randread-0.1
+CATEGORIES= benchmarks
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/}
+
+MAINTAINER= grant@netbsd.org
+HOMEPAGE= http://randread.sourceforge.net/
+COMMENT= program to help benchmark random disk read performance
+
+WRKSRC= ${WRKDIR}
+
+ALL_TARGET= randread
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin
+
+.include "../../mk/bsd.pkg.mk"