summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /benchmarks
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bytebench/Makefile2
-rw-r--r--benchmarks/unixbench/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index b931574382ad..200f088c714e 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -32,6 +32,6 @@ do-install:
${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/*
${CHMOD} 755 $(PREFIX)/lib/bytebench/results
${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir
- @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig
+ @${RM} -f ${PREFIX}/lib/bytebench/pgms/*.orig
.include <bsd.port.mk>
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
index b931574382ad..200f088c714e 100644
--- a/benchmarks/unixbench/Makefile
+++ b/benchmarks/unixbench/Makefile
@@ -32,6 +32,6 @@ do-install:
${CHMOD} 755 $(PREFIX)/lib/bytebench/pgms/*
${CHMOD} 755 $(PREFIX)/lib/bytebench/results
${CHMOD} 755 $(PREFIX)/lib/bytebench/testdir
- @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig
+ @${RM} -f ${PREFIX}/lib/bytebench/pgms/*.orig
.include <bsd.port.mk>