iwmfw: fix the path to the firmware file.

This commit is contained in:
rpaulo 2015-08-08 06:08:20 +00:00
parent c0847f2de5
commit 607712fac9

View File

@ -14,5 +14,5 @@ FIRMWS= ${_FIRM}:${KMOD}
#
#FIRMWARE_LICENSE=
${_FIRM}: ${.CURDIR}/${_FIRM}.uu
${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu
uudecode -p $? > ${.TARGET}