1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/hid 4 5KMOD= hidraw 6SRCS= hidraw.c 7SRCS+= opt_hid.h bus_if.h device_if.h 8 9.include <bsd.kmod.mk> 10