b645d97ee04dd922cac3243c391828b8e8b27279
[dragonfly.git] / sys / bus / u4b / input / ukbd / Makefile
1 .PATH:  ${.CURDIR}/..
2
3 KMOD=   ukbd
4
5 SRCS=   bus_if.h device_if.h usb_if.h \
6         opt_bus.h opt_compat.h opt_kbd.h opt_ukbd.h opt_usb.h \
7         ukbd.c
8
9 .include <bsd.kmod.mk>