diff options
author | garbled <garbled> | 1998-08-30 17:42:25 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-30 17:42:25 +0000 |
commit | 79c2b5c2d645636a557892c6a0a60bcefc0a8f8a (patch) | |
tree | a31660168114d6fa4ff7f6441f4daa4679858926 /benchmarks | |
parent | 821adcaf345971a22f49f785db9a5f856819a2e7 (diff) | |
download | pkgsrc-79c2b5c2d645636a557892c6a0a60bcefc0a8f8a.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" |