b60a118dd8
Reviewed by: delphij Approved by: delphij Differential Revision: https://reviews.freebsd.org/D3751
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/otus
|
|
|
|
KMOD = if_otus
|
|
SRCS = if_otus.c if_otusreg.h \
|
|
bus_if.h device_if.h \
|
|
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|