diff --git a/sys/modules/usb/rsufw/Makefile.inc b/sys/modules/usb/rsufw/Makefile.inc index 03779b948015..3792b33e3c80 100644 --- a/sys/modules/usb/rsufw/Makefile.inc +++ b/sys/modules/usb/rsufw/Makefile.inc @@ -1,15 +1,15 @@ # $FreeBSD$ # # Common rules for building firmware. Note this gets auto-included # by the subdir Makefile's as a consequence of included bsd.kmod.mk. _FIRM= ${IMG}.fw CLEANFILES+= ${_FIRM} FIRMWS= ${_FIRM}:${KMOD}:120 -FIRMWARE_LICENSE= realtek +# FIRMWARE_LICENSE= realtek ${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu uudecode -p $? > ${.TARGET} diff --git a/sys/modules/usb/urtwnfw/Makefile.inc b/sys/modules/usb/urtwnfw/Makefile.inc index fc03cf4311b3..17c78be08d7d 100644 --- a/sys/modules/usb/urtwnfw/Makefile.inc +++ b/sys/modules/usb/urtwnfw/Makefile.inc @@ -1,15 +1,15 @@ # $FreeBSD$ # # Common rules for building firmware. Note this gets auto-included # by the subdir Makefile's as a consequence of included bsd.kmod.mk. _FIRM= ${IMG}.fw CLEANFILES+= ${_FIRM} FIRMWS= ${_FIRM}:${KMOD}:111 -FIRMWARE_LICENSE= realtek +# FIRMWARE_LICENSE= realtek ${_FIRM}: ${.CURDIR}/../../../../contrib/dev/urtwn/${_FIRM}.uu uudecode -p $? > ${.TARGET}