7bd6fde395
uuencoded format along with their respective LICENSE files. - Add new share/doc/legal directory to BSD.usr.dist mtree file. This is the place we install LICENSE files for restricted firmwares. - Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwares won't load properly unless legal.<name>.license_ack is set to 1, either via kenv(1) or /boot/loader.conf. Reviewed by: mlaier, sam Permitted by: Intel (via Andrew Wilson) MFC after: 1 month
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# $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>
|
|
|