]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ipwfw/ipw_bss/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ipwfw / ipw_bss / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../contrib/dev/ipw
4
5 KMOD=   ipw_bss
6 FIRMWS= ipw_bss:ipw_bss:130
7 FIRMWARE_LICENSE=       intel_ipw
8
9 CLEANFILES=     ipw_bss
10
11 ipw_bss: ${.CURDIR}/../../../contrib/dev/ipw/ipw2100-1.3.fw.uu
12         uudecode -p ${.CURDIR}/../../../contrib/dev/ipw/ipw2100-1.3.fw.uu > ${.TARGET}
13
14 .include <bsd.kmod.mk>
15