summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-16 12:16:49 +0000
committerwiz <wiz@pkgsrc.org>2000-03-16 12:16:49 +0000
commita98e68c035e2f0c040f4508599e8b2e0309d1586 (patch)
treebb98f2de5244cf640e1f941de1a6c8c0ed6d1fd0 /benchmarks/heapsort
parenteb406ad378600be5b5470df1e706f64b00d0e665 (diff)
downloadpkgsrc-a98e68c035e2f0c040f4508599e8b2e0309d1586.tar.gz
cp -> ${CP}, chmod -> ${CHMOD}
Diffstat (limited to 'benchmarks/heapsort')
-rw-r--r--benchmarks/heapsort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 8625f740f3d..c347927ee3d 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/03/16 09:02:26 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/03/16 12:16:51 wiz Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -25,6 +25,6 @@ benchmark:
results:
-@${MKDIR} /tmp/benches/`domainname`
- -@cp ${WRKSRC}/heapsort.out /tmp/benches/`domainname`/heapsort.`uname`-`uname -m`-`uname -r`.`hostname`
+ -@${CP} ${WRKSRC}/heapsort.out /tmp/benches/`domainname`/heapsort.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"