1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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: ipw2100-1.3.fw.uu
12 uudecode -p ${.ALLSRC} > ${.TARGET}
13
14 .include <bsd.kmod.mk>
15
Cache object: 33e614e31a588af96283cbce6d7fa4ff
|