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