aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mwlfw
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2019-06-12 00:03:00 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2019-06-12 00:03:00 +0000
commitf68801df100565820b35631a8709229141537baa (patch)
tree11ffa0e0f5ec06f4bf5e784d9baa2512e827bc99 /sys/modules/mwlfw
parentc40ecff84549fc4648f5e8086516960f23168dbf (diff)
Notes
Diffstat (limited to 'sys/modules/mwlfw')
-rw-r--r--sys/modules/mwlfw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/mwlfw/Makefile b/sys/modules/mwlfw/Makefile
index 1e6a1e8503e2..177ac5880d83 100644
--- a/sys/modules/mwlfw/Makefile
+++ b/sys/modules/mwlfw/Makefile
@@ -6,9 +6,9 @@ FIRMWS= mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot
CLEANFILES+= mw88W8363.fw mwlboot.fw
mw88W8363.fw: ${SRCTOP}/sys/contrib/dev/mwl/mw88W8363.fw.uu
- uudecode -p $? > ${.TARGET}
+ uudecode -p ${.ALLSRC} > ${.TARGET}
mwlboot.fw: ${SRCTOP}/sys/contrib/dev/mwl/mwlboot.fw.uu
- uudecode -p $? > ${.TARGET}
+ uudecode -p ${.ALLSRC} > ${.TARGET}
.include <bsd.kmod.mk>