svn commit: r288437 - head/sys/modules/otus
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Oct 1 05:56:39 UTC 2015
Author: lwhsu (ports committer)
Date: Thu Oct 1 05:56:38 2015
New Revision: 288437
URL: https://svnweb.freebsd.org/changeset/base/288437
Log:
Fix `make depend` in sys/modules/otus
Reviewed by: delphij
Approved by: delphij
Differential Revision: https://reviews.freebsd.org/D3751
Modified:
head/sys/modules/otus/Makefile
Modified: head/sys/modules/otus/Makefile
==============================================================================
--- head/sys/modules/otus/Makefile Thu Oct 1 01:50:20 2015 (r288436)
+++ head/sys/modules/otus/Makefile Thu Oct 1 05:56:38 2015 (r288437)
@@ -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 <bsd.kmod.mk>
More information about the svn-src-head
mailing list