diff options
Diffstat (limited to 'sys/dev/microcode/bnx/Makefile')
-rw-r--r-- | sys/dev/microcode/bnx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/bnx/Makefile b/sys/dev/microcode/bnx/Makefile index 765bbf44e1b..22fd193efca 100644 --- a/sys/dev/microcode/bnx/Makefile +++ b/sys/dev/microcode/bnx/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2006/09/20 22:16:04 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2007/04/05 23:41:20 drahn Exp $ NOPROG= NOMAN= +CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ |