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