diff options
Diffstat (limited to 'benchmarks/lmbench/Makefile')
-rw-r--r-- | benchmarks/lmbench/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 464c5700532..9da774314e7 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/05/07 15:25:13 cjep Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/30 15:50:37 minskim Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -10,11 +10,15 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.bitmover.com/lm/lmbench/ COMMENT= Complete benchmark that gives a large amount of information +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_GNU_TOOLS+= make ALL_TARGET= build MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} +INSTALLATION_DIRS= man/man1 man/man3 man/man8 + post-configure: @cd ${WRKSRC}; \ for f in src/Makefile; do \ |