diff options
Diffstat (limited to 'sys/dev/microcode/kue/Makefile')
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 1411f5121a6..7ec7d46c586 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,17 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2021/05/01 16:11:15 visa Exp $ +# $OpenBSD: Makefile,v 1.19 2021/10/03 00:48:45 deraadt Exp $ NOPROG= NOMAN= CC=${HOSTCC} -# USB capable systems only -.if (${MACHINE_ARCH} == "powerpc" || \ - ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ - ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ - ${MACHINE} == "octeon" || ${MACHINE} == "sparc64") - FIRM= kue PROG= build @@ -30,6 +22,5 @@ afterinstall: ${FIRM} ${DESTDIR}/etc/firmware ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${.CURDIR}/kue-license ${DESTDIR}/etc/firmware -.endif .include <bsd.prog.mk> |