install hint-double and hint-int, both of which test the obvious.
This commit is contained in:
parent
d59792438f
commit
268f195e23
2 changed files with 7 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue