Makefile revision 133589
1# $FreeBSD: head/sys/modules/esp/Makefile 133589 2004-08-12 17:41:33Z marius $
2
3.PATH: ${.CURDIR}/../../dev/esp
4
5KMOD=	esp
6
7SRCS=	ncr53c9x.c
8SRCS+=	opt_ddb.h opt_cam.h
9SRCS+=	device_if.h bus_if.h
10
11.if ${MACHINE_ARCH} == "sparc64"
12SRCS+=	esp_sbus.c lsi64854.c ofw_bus_if.h
13.endif
14
15.include <bsd.kmod.mk>
16