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