opnsense-src/sys/modules/runfw/Makefile
Andrew Thompson 3e95f09e66 MFC r203148
Uuencode the rt2870 firmware into ascii like the other firmware blobs.
2010-05-17 23:41:06 +00:00

11 lines
216 B
Makefile

# $FreeBSD$
KMOD= runfw
FIRMWS= runfw:runfw:1
CLEANFILES= runfw
runfw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
.include <bsd.kmod.mk>