diff options
author | agc <agc@pkgsrc.org> | 1998-09-23 16:09:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-23 16:09:05 +0000 |
commit | b3fa53adcfde6b0372fb9ad450e3d12c120a264b (patch) | |
tree | aff435b370649dcd5927a5e19b7f6e3e05d0fa25 /benchmarks/iozone/Makefile | |
parent | 48f2b0135b61e021b66f13cd955450e67f3fd3c7 (diff) | |
download | pkgsrc-b3fa53adcfde6b0372fb9ad450e3d12c120a264b.tar.gz |
Add a benchmark target to the package Makefile to enable the benchmark
to be run.
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 6432351660a..a53ac1dc61a 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/01 16:42:33 mrg Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/23 16:09:05 agc Exp $ DISTNAME= iozone PKGNAME= iozone-1.14b @@ -16,4 +16,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin +benchmark: + @${WRKSRC}/iozone + .include "../../mk/bsd.pkg.mk" |