04b02ce6d9
Randread is a simple program to help benchmark random disk read performance. See http://randread.sourceforge.net/ for information.
19 lines
441 B
Makefile
19 lines
441 B
Makefile
# $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"
|