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