freebsd-dev/sys/modules/wpifw/Makefile
Sam Leffler 77a62bf55d the 3945 firmware license does not require acknowledging the EULA,
remove the sysctl ack requirement

Pointed out by:	Joerg Sonnenberger
Reviewed by:	thompsa
Approved by:	core
2008-10-07 19:42:56 +00:00

14 lines
337 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/dev/wpi
KMOD= wpifw
FIRMWS= iwlwifi-3945-2.14.4.fw:wpifw:2144
CLEANFILES= iwlwifi-3945-2.14.4.fw
iwlwifi-3945-2.14.4.fw: ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu
uudecode -p ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu > ${.TARGET}
.include <bsd.kmod.mk>