summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorexplorer <explorer>1999-02-10 18:49:17 +0000
committerexplorer <explorer>1999-02-10 18:49:17 +0000
commit670e20df4c6018cce1e80e2aa9a14cb531de6b46 (patch)
tree99a24de27a5f9a9ca64246f1a413d9b50e099ed0 /benchmarks
parent5062cc6440b696980a79a414c3de59f2f30c3c70 (diff)
downloadpkgsrc-670e20df4c6018cce1e80e2aa9a14cb531de6b46.tar.gz
install hint-double and hint-int, both of which test the obvious.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/hint/Makefile7
-rw-r--r--benchmarks/hint/pkg/PLIST5
2 files changed, 7 insertions, 5 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index f4deb0b01b3..1d8edb7bcbb 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/02/10 14:59:50 frueauf Exp $
+# $NetBSD: Makefile,v 1.6 1999/02/10 18:49:17 explorer Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
#
@@ -13,10 +13,11 @@ HOMEPAGE= http://www.scl.ameslab.gov/Projects/HINT/
EXTRACT_BEFORE_ARGS=-xf
WRKSRC= ${WRKDIR}/unix
-ALL_TARGET= DOUBLE
+ALL_TARGET= DOUBLE INT
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint
+ ${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double
+ ${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int
${INSTALL_MAN} ${WRKSRC}/hint.1 ${PREFIX}/man/man1
benchmark:
diff --git a/benchmarks/hint/pkg/PLIST b/benchmarks/hint/pkg/PLIST
index 71ad2b92c88..09923ceb5c0 100644
--- a/benchmarks/hint/pkg/PLIST
+++ b/benchmarks/hint/pkg/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 1999/02/10 14:59:51 frueauf Exp $
-bin/hint
+@comment $NetBSD: PLIST,v 1.4 1999/02/10 18:49:18 explorer Exp $
+bin/hint-double
+bin/hint-int
man/man1/hint.1