diff options
Diffstat (limited to 'benchmarks/bytebench/Makefile')
-rw-r--r-- | benchmarks/bytebench/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |