From 998b0c7156c398a485c9894ae57403d161b66dca Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- benchmarks/iozone/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'benchmarks/iozone') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index f085a01898a..ff6b881b328 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/11/10 14:13:21 adam Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/03 15:14:51 wiz Exp $ DISTNAME= iozone3_226 PKGNAME= iozone-3.226 @@ -20,20 +20,20 @@ MAKEFILE= makefile .include "../../mk/bsd.prefs.mk" .if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" - ALL_TARGET= ${LOWER_OPSYS} + BUILD_TARGET= ${LOWER_OPSYS} .elif (${OPSYS} == "SunOS") - ALL_TARGET= Solaris + BUILD_TARGET= Solaris .elif (${OPSYS} == "Darwin") - ALL_TARGET= macosx + BUILD_TARGET= macosx .elif (${OPSYS} == "IRIX") - ALL_TARGET= ${OPSYS}${ABI:M64} + BUILD_TARGET= ${OPSYS}${ABI:M64} .elif (${OPSYS} == "BSDOS") - ALL_TARGET= bsdi + BUILD_TARGET= bsdi .elif (${OPSYS} == "AIX") - ALL_TARGET= ${OPSYS} + BUILD_TARGET= ${OPSYS} .else # XXX: generic should work, but specific target would be better - ALL_TARGET= generic + BUILD_TARGET= generic .endif INSTALLATION_DIRS= bin man/man1 -- cgit v1.2.3