]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/usb/runfw/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / usb / runfw / Makefile
1 # $FreeBSD$
2
3 KMOD=   runfw
4 FIRMWS= run.fw:runfw:1
5
6 CLEANFILES=     run.fw
7
8 run.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu
9         uudecode -p $? > ${.TARGET}
10
11 .include <bsd.kmod.mk>