blob: 2f57711a3c975e6f14d9a62b35fbb9cff5fe0bc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/dev/ipw
KMOD= ipw_bss
FIRMWS= ipw_bss:ipw_bss:130
FIRMWARE_LICENSE= intel_ipw
CLEANFILES= ipw_bss
ipw_bss: ${.CURDIR}/../../../contrib/dev/ipw/ipw2100-1.3.fw.uu
uudecode -p ${.CURDIR}/../../../contrib/dev/ipw/ipw2100-1.3.fw.uu > ${.TARGET}
.include <bsd.kmod.mk>
|