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