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