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