diff -r 26b17a9d1ba2 sys/modules/cxgbe/t6_firmware/Makefile --- a/sys/modules/cxgbe/t6_firmware/Makefile Tue Mar 12 16:49:16 2019 -0700 +++ b/sys/modules/cxgbe/t6_firmware/Makefile Thu Mar 14 09:38:33 2019 -0700 @@ -18,10 +18,6 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endfor T6FW_VER= 1.23.0.0 -FIRMWS+= t6fw.fw:t6fw:${T6FW_VER} -CLEANFILES+= t6fw.fw - -t6fw.fw: t6fw-${T6FW_VER}.bin.uu - uudecode -o ${.TARGET} ${.ALLSRC} +FIRMWS+= t6fw-1.23.0.0.bin:t6fw:${T6FW_VER} .include