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