From 4636024b4abd268cb5e384fc0702be9f013f6fdb Mon Sep 17 00:00:00 2001 From: lwhsu Date: Thu, 1 Oct 2015 05:56:38 +0000 Subject: Fix `make depend` in sys/modules/otus Reviewed by: delphij Approved by: delphij Differential Revision: https://reviews.freebsd.org/D3751 --- sys/modules/otus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/otus') diff --git a/sys/modules/otus/Makefile b/sys/modules/otus/Makefile index a7a84a8..b263c06 100644 --- a/sys/modules/otus/Makefile +++ b/sys/modules/otus/Makefile @@ -5,6 +5,6 @@ KMOD = if_otus SRCS = if_otus.c if_otusreg.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 -- cgit v1.1