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