freebsd-dev/sys/modules/esp/Makefile
Tom Rhodes acad338196 Fix paths after repocopies done by scottl
Reviewed by:	marius
OK'ed by:	scottl
2004-11-10 14:09:52 +00:00

16 lines
266 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/esp ${.CURDIR}/../../sparc64/sbus
KMOD= esp
SRCS= ncr53c9x.c
SRCS+= opt_ddb.h opt_cam.h
SRCS+= device_if.h bus_if.h
.if ${MACHINE_ARCH} == "sparc64"
SRCS+= esp_sbus.c lsi64854.c ofw_bus_if.h
.endif
.include <bsd.kmod.mk>