summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/bnx
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-04-21 16:31:54 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-04-21 16:31:54 +0000
commitd30ebf405b1c829d88d5ea8e5787fa06c4907dba (patch)
tree01a9edd4bfacfadc08a1aa431460a50dab4eb336 /sys/dev/microcode/bnx
parent911af2680db9496752d0529f7748472ada4eedbc (diff)
correct list of architectures
ok deraadt@
Diffstat (limited to 'sys/dev/microcode/bnx')
-rw-r--r--sys/dev/microcode/bnx/Makefile11
1 files changed, 5 insertions, 6 deletions
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