mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../sparc64/ebus
|
||
|
|
||
|
KMOD= epic
|
||
|
SRCS= device_if.h epic.c bus_if.h ofw_bus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|