diff options
author | agc <agc@pkgsrc.org> | 1998-09-24 09:19:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-24 09:19:10 +0000 |
commit | 8306b5c2000f5169e154497e95d56dc741d0a025 (patch) | |
tree | 06263ab201f0d1f76a457445ba212b79a1681691 /benchmarks/whetstone | |
parent | 1fe9c24008a5ec0fe658218d79a2bdcbebef647e (diff) | |
download | pkgsrc-8306b5c2000f5169e154497e95d56dc741d0a025.tar.gz |
Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
Diffstat (limited to 'benchmarks/whetstone')
-rw-r--r-- | benchmarks/whetstone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile index da9363c90e8..09d23950db2 100644 --- a/benchmarks/whetstone/Makefile +++ b/benchmarks/whetstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/06 21:11:24 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/24 09:19:10 agc Exp $ DISTNAME= whetstone PKGNAME= whetstone-1.2 @@ -19,4 +19,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whetstone ${PREFIX}/bin +benchmark: + @${WRKSRC}/whetstone + .include "../../mk/bsd.pkg.mk" |