# $FreeBSD: head/sys/modules/isp/Makefile 106260 2002-10-31 19:50:18Z jhb $ .PATH: ${.CURDIR}/../../dev/isp KMOD= isp SRCS= bus_if.h device_if.h pci_if.h \ opt_cam.h opt_ddb.h opt_isp.h \ isp.c isp_target.c isp_freebsd.c isp_pci.c .if ${MACHINE_ARCH} == sparc64 SRCS+= isp_sbus.c .endif .include