diff options
Diffstat (limited to 'sys/dev/microcode/rum')
| -rw-r--r-- | sys/dev/microcode/rum/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile index 45474c95453..5bab5b78299 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2012/06/01 13:19:39 nonaka Exp $ +# $NetBSD: Makefile,v 1.4 2018/05/31 05:27:46 mrg Exp $ NOMAN= # defined +.include <bsd.own.mk> + +.if ${MKFIRMWARE} != "no" FILES= rum-rt2573 rum-license +.endif # XXX includes: |
