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

NOMAN=	# defined

.include <bsd.own.mk>

.if ${MKFIRMWARE} != "no"
FILES=	zyd-zd1211 zyd-zd1211b zd1211-license
.endif

# XXX
includes:

clean:

cleandir:

.include <bsd.files.mk>