diff options
Diffstat (limited to 'sys/dev/microcode/atmel/Makefile')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index ba2ced32be4..5197473dbb3 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2006/11/07 23:52:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2007/04/05 23:41:20 drahn Exp $ NOPROG= NOMAN= +CC=${HOSTCC} # USB capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ |