summaryrefslogtreecommitdiff
path: root/benchmarks/hint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hint/Makefile')
-rw-r--r--benchmarks/hint/Makefile4
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`