From 071c4fc405e1021af4928e916446048e466016d7 Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 10 May 2004 16:33:03 +0000 Subject: Add correct ALL_TARGET for some more platforms. --- benchmarks/iozone/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'benchmarks/iozone') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 0ee119fb394..d68e18585c4 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/05/05 00:43:10 danw Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/10 16:33:03 jschauma Exp $ DISTNAME= iozone3_217 PKGNAME= iozone-3.217 @@ -17,12 +17,21 @@ MAKEFILE= makefile .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == "NetBSD") - ALL_TARGET= netbsd +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" + ALL_TARGET= ${LOWER_OPSYS} .elif (${OPSYS} == "SunOS") ALL_TARGET= Solaris .elif (${OPSYS} == "Darwin") ALL_TARGET= macosx +.elif (${OPSYS} == "IRIX") + ALL_TARGET= ${OPSYS}${ABI:M64} +.elif (${OPSYS} == "BSDOS") + ALL_TARGET= bsdi +.elif (${OPSYS} == "AIX") + ALL_TARGET= ${OPSYS} +.else + # XXX: generic should work, but specific target would be better + ALL_TARGET= generic .endif do-install: -- cgit v1.2.3