xref: /netbsd-src/external/intel-fw-eula/Makefile (revision 4d342c046e3288fb5a1edcd33cfec48c41c80664)
1# $NetBSD: Makefile,v 1.2 2018/05/31 05:27:46 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKFIRMWARE} != "no"
6SUBDIR+=	ipw2100 ipw2200
7.endif
8
9.include <bsd.subdir.mk>
10