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