summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/uyap
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/uyap')
-rw-r--r--sys/dev/microcode/uyap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile
index 381f3572baf..7ad511035c6 100644
--- a/sys/dev/microcode/uyap/Makefile
+++ b/sys/dev/microcode/uyap/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2006/11/07 23:52:45 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
NOPROG=
NOMAN=
+CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \