1203134Sthompsa# $FreeBSD: releng/10.2/sys/modules/usb/runfw/Makefile 253795 2013-07-30 08:09:48Z pluknet $
2203134Sthompsa
3203134SthompsaKMOD=	runfw
4252064SgonzoFIRMWS=	run.fw:runfw:1
5203134Sthompsa
6252064SgonzoCLEANFILES=	run.fw
7203148Sthompsa
8253795Spluknetrun.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu
9253795Spluknet	uudecode -p $? > ${.TARGET}
10203148Sthompsa
11203134Sthompsa.include <bsd.kmod.mk>
12