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