summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/lmbench/Makefile')
-rw-r--r--benchmarks/lmbench/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 09742e0a064..e73d882245c 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/24 08:44:33 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/30 11:33:13 joerg Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -19,6 +19,9 @@ MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INSTALLATION_DIRS= man/man1 man/man3 man/man8
+post-extract:
+ ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
+
post-configure:
cd ${WRKSRC}; \
for f in src/Makefile; do \