mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
16 lines
223 B
Makefile
16 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/esp
|
|
|
|
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
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|