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