diff options
-rw-r--r-- | benchmarks/hint/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/hint/pkg/PLIST | 5 |
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 |