1.PATH: ${.CURDIR}/.. 2 3KMOD= uhid 4 5SRCS= opt_usb.h device_if.h bus_if.h usbdevs.h \ 6 uhid.c 7 8.include <bsd.kmod.mk> 9