diff options
author | wiz <wiz> | 1999-12-28 04:26:17 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-28 04:26:17 +0000 |
commit | 7f7672dd48dc25f702146e0cbd0c3d00c844f054 (patch) | |
tree | 7560d51554d593f699a3257a9ac91f86fa560ddf /benchmarks/bytebench/Makefile | |
parent | eb37760b26292041b4839e11a18aee871d58d838 (diff) | |
download | pkgsrc-7f7672dd48dc25f702146e0cbd0c3d00c844f054.tar.gz |
replaced some commands by their ${COMMAND} counterparts
one RCS tag added
Diffstat (limited to 'benchmarks/bytebench/Makefile')
-rw-r--r-- | benchmarks/bytebench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index ff9f579910c..8de0a063b7d 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/12/26 15:59:55 garbled Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/28 04:26:17 wiz Exp $ DISTNAME= byte PKGNAME= bytebench-3.6 @@ -19,7 +19,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/run-byte ${PREFIX}/bin benchmark: - @if [ `id -u` != 0 ]; then echo "This benchmark must be run as root!" ; exit 1 ; fi + @if [ `id -u` != 0 ]; then ${ECHO} "This benchmark must be run as root!" ; exit 1 ; fi @${WRKSRC}/run-byte | tee ${WRKSRC}/bytebench.out results: |