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