2015-12-01 00:12:13 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/usb/net
|
2015-12-01 00:12:13 -05:00
|
|
|
|
|
|
|
|
KMOD= if_ure
|
|
|
|
|
SRCS+= if_ure.c usbdevs.h
|
|
|
|
|
SRCS+= bus_if.h device_if.h miibus_if.h usb_if.h \
|
|
|
|
|
opt_bus.h opt_inet.h opt_usb.h
|
|
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|