Makefile revision 130299
1# $FreeBSD: head/sys/modules/esp/Makefile 130299 2004-06-10 13:02:29Z 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
13.endif
14
15.include <bsd.kmod.mk>
16