mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix make depend in sys/modules/otus
Reviewed by: delphij Approved by: delphij Differential Revision: https://reviews.freebsd.org/D3751
This commit is contained in:
parent
3afa6e6c4b
commit
b60a118dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue