c0775f8688
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
345 B
Makefile
16 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/dev/iwi
|
|
|
|
KMOD= iwi_monitor
|
|
FIRMWS= iwi_monitor:iwi_monitor:300
|
|
FIRMWARE_LICENSE= intel_iwi
|
|
|
|
CLEANFILES= iwi_monitor
|
|
|
|
iwi_monitor: ${.CURDIR}/../../../contrib/dev/iwi/ipw2200-sniffer.fw.uu
|
|
uudecode -p ${.CURDIR}/../../../contrib/dev/iwi/ipw2200-sniffer.fw.uu > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|