diff options
Diffstat (limited to 'sys/dev/microcode/fxp/Makefile')
-rw-r--r-- | sys/dev/microcode/fxp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/fxp/Makefile b/sys/dev/microcode/fxp/Makefile index c0376becfa5..f9ecb944955 100644 --- a/sys/dev/microcode/fxp/Makefile +++ b/sys/dev/microcode/fxp/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2005/06/16 08:23:49 markus Exp $ +# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $ NOPROG= NOMAN= +CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ |