From d30ebf405b1c829d88d5ea8e5787fa06c4907dba Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sat, 21 Apr 2007 16:31:54 +0000 Subject: correct list of architectures ok deraadt@ --- sys/dev/microcode/bnx/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sys/dev/microcode/bnx') diff --git a/sys/dev/microcode/bnx/Makefile b/sys/dev/microcode/bnx/Makefile index 22fd193efca..1daccd57973 100644 --- a/sys/dev/microcode/bnx/Makefile +++ b/sys/dev/microcode/bnx/Makefile @@ -1,15 +1,14 @@ -# $OpenBSD: Makefile,v 1.2 2007/04/05 23:41:20 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/21 16:31:53 reyk Exp $ NOPROG= NOMAN= CC=${HOSTCC} # PCI capable systems only -.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") +.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ + (${MACHINE} == "amd64") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ + (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") FIRM= bnx -- cgit v1.2.3