freebsd-dev/sys/modules/usb/runfw/Makefile
Sergey Kandaurov 03a462b41b Fix up paths after r253790.
While here, use $? contraction.

Reported by:	O. Hartmann
2013-07-30 08:09:48 +00:00

12 lines
179 B
Makefile

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