Add a benchmark target to the package Makefile, to enable the

benchmark to be run.
This commit is contained in:
agc 1998-09-23 17:00:35 +00:00
parent 31f6c67c36
commit f0ce95d898

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 1998/08/30 19:43:51 garbled Exp $
# $NetBSD: Makefile,v 1.2 1998/09/23 17:00:35 agc Exp $
DISTNAME= linpackc
PKGNAME= linpack-940225
@ -22,4 +22,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/linpackd ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/linpacks ${PREFIX}/bin
benchmark:
-@${WRKSRC}/linpacks
-@${WRKSRC}/linpackd
.include "../../mk/bsd.pkg.mk"