2004-06-10 05:11:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-05-04 14:59:25 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/esp
|
2004-06-10 05:11:39 +00:00
|
|
|
|
|
|
|
KMOD= esp
|
2008-05-04 14:59:25 +00:00
|
|
|
SRCS= device_if.h ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if} opt_cam.h
|
2004-06-10 05:11:39 +00:00
|
|
|
|
2008-05-04 14:59:25 +00:00
|
|
|
.if ${MACHINE} == "sparc64"
|
|
|
|
ofw_bus_if= ofw_bus_if.h
|
|
|
|
esp_sbus= esp_sbus.c
|
2004-06-10 05:11:39 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|