summaryrefslogtreecommitdiff
path: root/benchmarks/hint
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hint')
-rw-r--r--benchmarks/hint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index f39ba1c3289..0055c7acd4e 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:24:27 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/20 12:08:12 agc Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
DISTNAME= hint_unix_serial
PKGNAME= hint.serial-98.06.12
-WRKSRC= ${WRKDIR}/unix
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/HINT/source/tar/
EXTRACT_SUFX= .tar
@@ -15,6 +14,8 @@ COMMENT= Scalable benchmark for testing CPU and memory performance
ALL_TARGET= DOUBLE INT
+WRKSRC= ${WRKDIR}/unix
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double
${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int