diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 04:26:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 04:26:17 +0000 |
commit | e74f5b550996fbf8e63c91d1484a8a25bd23a1ec (patch) | |
tree | 7560d51554d593f699a3257a9ac91f86fa560ddf /benchmarks/hint | |
parent | b08558ab94100bd19dba5da659e3a30125a04eaa (diff) | |
download | pkgsrc-e74f5b550996fbf8e63c91d1484a8a25bd23a1ec.tar.gz |
replaced some commands by their ${COMMAND} counterparts
one RCS tag added
Diffstat (limited to 'benchmarks/hint')
-rw-r--r-- | benchmarks/hint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile index e41b0594e69..199e4770927 100644 --- a/benchmarks/hint/Makefile +++ b/benchmarks/hint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/01 14:07:52 agc Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/28 04:26:18 wiz Exp $ # FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp # @@ -21,7 +21,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/hint.1 ${PREFIX}/man/man1 benchmark: - cd ${WRKSRC} ; mkdir -p data ; ./DOUBLE | tee hint.out + cd ${WRKSRC} ; ${MKDIR} -p data ; ./DOUBLE | tee hint.out results: -@${MKDIR} /tmp/benches/`domainname` |