kernel/usb4bsd: Add usbdevs.h to a few Makefile which need it.
[dragonfly.git] / sys / bus / u4b / net / axe / Makefile
1 .PATH:  ${.CURDIR}/..
2
3 KMOD=   if_axe
4 SRCS=   opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
5         miibus_if.h opt_inet.h \
6         if_axe.c 
7
8 .include <bsd.kmod.mk>