summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral/Makefile
blob: 967abdea34dbf2b2cd90e02ef0692ffdb944b27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.7 2018/05/31 05:27:46 mrg Exp $

NOMAN=	# defined

.include <bsd.own.mk>

.if ${MKFIRMWARE} != "no"
FILES=	ral-rt2561 ral-rt2561s ral-rt2661 ral-rt2860 ral-license
.endif

# XXX
includes:

clean:

cleandir:

.include <bsd.files.mk>