summaryrefslogtreecommitdiff
path: root/benchmarks/paranoia/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 12:16:49 +0000
committerwiz <wiz>2000-03-16 12:16:49 +0000
commit660de64a0d037d4087584a48190e530c159bc4e0 (patch)
treebb98f2de5244cf640e1f941de1a6c8c0ed6d1fd0 /benchmarks/paranoia/Makefile
parent4fb7e9d0df9330d18a6c471d21cd6dbf1a0d669b (diff)
downloadpkgsrc-660de64a0d037d4087584a48190e530c159bc4e0.tar.gz
cp -> ${CP}, chmod -> ${CHMOD}
Diffstat (limited to 'benchmarks/paranoia/Makefile')
-rw-r--r--benchmarks/paranoia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index 8e19cb3ac64..8113bdfbaaa 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/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:53 wiz Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -22,6 +22,6 @@ benchmark:
results:
-@${MKDIR} /tmp/benches/`domainname`
- -@cp ${WRKSRC}/paranoia.out /tmp/benches/`domainname`/paranoia.`uname`-`uname -m`-`uname -r`.`hostname`
+ -@${CP} ${WRKSRC}/paranoia.out /tmp/benches/`domainname`/paranoia.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"