diff options
author | agc <agc> | 1998-09-23 16:09:05 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-23 16:09:05 +0000 |
commit | 51ce6fc162320c4bc5c7cccbd0f59a961da8c047 (patch) | |
tree | aff435b370649dcd5927a5e19b7f6e3e05d0fa25 /benchmarks | |
parent | fc60950aaf966d650a0561553333a5ef2e7f5053 (diff) | |
download | pkgsrc-51ce6fc162320c4bc5c7cccbd0f59a961da8c047.tar.gz |
Add a benchmark target to the package Makefile to enable the benchmark
to be run.
Diffstat (limited to 'benchmarks')
-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" |