diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-30 17:42:25 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-30 17:42:25 +0000 |
commit | eb15ff6b2bc67d245a4c7e4144175afd078bc467 (patch) | |
tree | a31660168114d6fa4ff7f6441f4daa4679858926 /benchmarks | |
parent | a878a7e65553cc24bbf6bac5060b00c159b4174f (diff) | |
download | pkgsrc-eb15ff6b2bc67d245a4c7e4144175afd078bc467.tar.gz |
Oops.. forgot the Makefile..
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile new file mode 100644 index 00000000000..dc90b203c44 --- /dev/null +++ b/benchmarks/iozone/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 1998/08/30 17:42:25 garbled Exp $ + +DISTNAME= iozone +PKGNAME= iozone-1.14b +CATEGORIES= benchmarks +MASTER_SITES= ftp://ftp.bme.hu/pub/OS/Linux/tsx-11/sources/test_suites/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= root@garbled.net + +NO_WRKSUBDIR= yes + +do-build: + (cd work && cc -O2 -o iozone iozone.c) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |