usb4bsd: Port network devices (uether, udav, axe) and hook into build.
[dragonfly.git] / sys / bus / u4b / net / uether / Makefile
1 .PATH:  ${.CURDIR}/..
2
3 KMOD=   uether
4 SRCS=   opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h \
5         miibus_if.h opt_inet.h \
6         usb_ethernet.c 
7
8 .include <bsd.kmod.mk>