03a462b41b
While here, use $? contraction. Reported by: O. Hartmann
12 lines
179 B
Makefile
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>
|