Index: head/sys/modules/usb/rsu/Makefile =================================================================== --- head/sys/modules/usb/rsu/Makefile (revision 288351) +++ head/sys/modules/usb/rsu/Makefile (revision 288352) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/usb/wlan KMOD = if_rsu SRCS = if_rsu.c if_rsureg.h \ bus_if.h device_if.h \ - opt_bus.h opt_usb.h usb_if.h usbdevs.h + opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h .include Index: head/sys/modules/usb/urtwn/Makefile =================================================================== --- head/sys/modules/usb/urtwn/Makefile (revision 288351) +++ head/sys/modules/usb/urtwn/Makefile (revision 288352) @@ -1,10 +1,10 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/usb/wlan KMOD = if_urtwn SRCS = if_urtwn.c if_urtwnreg.h \ bus_if.h device_if.h \ - opt_bus.h opt_usb.h usb_if.h usbdevs.h + opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h .include