Fix up paths after r253790.

While here, use $? contraction.

Reported by:	O. Hartmann
This commit is contained in:
Sergey Kandaurov 2013-07-30 08:09:48 +00:00
parent a99fe6301b
commit 03a462b41b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253795

View file

@ -5,7 +5,7 @@ FIRMWS= run.fw:runfw:1
CLEANFILES= run.fw
run.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
run.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu
uudecode -p $? > ${.TARGET}
.include <bsd.kmod.mk>