xref: /netbsd-src/sys/dev/microcode/rum/Makefile (revision a37025c593675637679f62cf90ed1d3637a61699)
1#	$NetBSD: Makefile,v 1.4 2018/05/31 05:27:46 mrg Exp $
2
3NOMAN=	# defined
4
5.include <bsd.own.mk>
6
7.if ${MKFIRMWARE} != "no"
8FILES=	rum-rt2573 rum-license
9.endif
10
11# XXX
12includes:
13
14clean:
15
16cleandir:
17
18.include <bsd.files.mk>
19