13a31b7ebSMike Smith# $FreeBSD$ 23a31b7ebSMike Smith 33a31b7ebSMike SmithKMOD = ciss 43a31b7ebSMike Smith.PATH: ${.CURDIR}/../../dev/${KMOD} 53a31b7ebSMike SmithSRCS = ciss.c 63a31b7ebSMike SmithSRCS += opt_scsi.h opt_cam.h 73a31b7ebSMike SmithSRCS += device_if.h bus_if.h pci_if.h 83a31b7ebSMike Smith 95d10e1f7SMaxime Henrion#CFLAGS +=-DCISS_DEBUG 103a31b7ebSMike Smith 113a31b7ebSMike Smith.include <bsd.kmod.mk> 12