diff options
Diffstat (limited to 'sys/dev/microcode/ral')
-rw-r--r-- | sys/dev/microcode/ral/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 233757c54a8..2db0afcd9e4 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2006/08/17 08:32:30 damien Exp $ +# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $ NOPROG= NOMAN= +CC=${HOSTCC} # PCI capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ |