.PATH: ${SRCTOP}/sys/dev/hid

KMOD=	hidraw
SRCS=	hidraw.c
SRCS+=	opt_hid.h bus_if.h device_if.h

.include <bsd.kmod.mk>