summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/whetstone/Makefile')
-rw-r--r--benchmarks/whetstone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 57a69fdf28a..5cbd116cc58 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/04/01 14:07:53 agc Exp $
+# $NetBSD: Makefile,v 1.7 2000/03/16 12:16:54 wiz Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -22,6 +22,6 @@ benchmark:
results:
-@${MKDIR} /tmp/benches/`domainname`
- -@cp ${WRKSRC}/whetstone.out /tmp/benches/`domainname`/whetstone.`uname`-`uname -m`-`uname -r`.`hostname`
+ -@${CP} ${WRKSRC}/whetstone.out /tmp/benches/`domainname`/whetstone.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"