]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/iwnfw/Makefile.inc
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / iwnfw / Makefile.inc
1 # $FreeBSD$
2 #
3 # Common rules for building firmware.  Note this gets auto-included
4 # by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5
6 _FIRM=  ${IMG}.fw
7
8 CLEANFILES+=    ${_FIRM}
9
10 FIRMWS= ${_FIRM}:${KMOD}
11
12 #
13 # Note that a license ack is not needed for iwn.
14 #
15 #FIRMWARE_LICENSE=
16
17 ${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwn/${_FIRM}.uu
18         uudecode -p $? > ${.TARGET}