From 7f7672dd48dc25f702146e0cbd0c3d00c844f054 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Dec 1999 04:26:17 +0000 Subject: replaced some commands by their ${COMMAND} counterparts one RCS tag added --- benchmarks/hint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/hint') 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` -- cgit v1.2.3