summaryrefslogtreecommitdiff
path: root/benchmarks/iozone/Makefile
diff options
context:
space:
mode:
authordanw <danw>2004-05-05 00:43:10 +0000
committerdanw <danw>2004-05-05 00:43:10 +0000
commite61bf67f16d39ca5101c21dcb5f0426770fa241a (patch)
treec2e698a24e81808b68b010d3304e55d94ecc1454 /benchmarks/iozone/Makefile
parentcfa2961ed2d0bf012f1261c3ba21ad39cf75e849 (diff)
downloadpkgsrc-e61bf67f16d39ca5101c21dcb5f0426770fa241a.tar.gz
add an ALL_TARGET for darwin and patch the package Makefile so the
build errors out if no platform-specific target is specified (so that pkgsrc will recognize that the build failed)
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 9eddef0f699..0ee119fb394 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/21 22:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2004/05/05 00:43:10 danw Exp $
DISTNAME= iozone3_217
PKGNAME= iozone-3.217
@@ -21,6 +21,8 @@ MAKEFILE= makefile
ALL_TARGET= netbsd
.elif (${OPSYS} == "SunOS")
ALL_TARGET= Solaris
+.elif (${OPSYS} == "Darwin")
+ ALL_TARGET= macosx
.endif
do-install: