]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/iwnfw/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 ${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwn/${_FIRM}.uu
13         uudecode -p $? > ${.TARGET}