77a62bf55d
remove the sysctl ack requirement Pointed out by: Joerg Sonnenberger Reviewed by: thompsa Approved by: core
14 lines
337 B
Makefile
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>
|