diff options
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index e5d37d9483e..6d782c47747 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 13:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/09 11:45:37 wiz Exp $ DISTNAME= iozone3_9 PKGNAME= iozone-3.09 @@ -31,7 +31,7 @@ benchmark: @(cd ${WRKSRC}; ./iozone 100 | tee iozone.out) results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/iozone.out /tmp/benches/`domainname`/iozone.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" |