1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/sys/modules/epic/Makefile

9 lines
133 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../sparc64/ebus
KMOD= epic
SRCS= device_if.h epic.c bus_if.h ofw_bus_if.h
.include <bsd.kmod.mk>