12786Ssos# $FreeBSD$
22786Ssos
32786SsosKMOD		=  ciss
42786Ssos.PATH:		${.CURDIR}/../../dev/${KMOD}
52786SsosSRCS		=  ciss.c
62786SsosSRCS		+= opt_scsi.h opt_cam.h
72786SsosSRCS		+= device_if.h bus_if.h pci_if.h
82786Ssos
92786Ssos#CFLAGS		+=-DCISS_DEBUG
102786Ssos
112786Ssos.include <bsd.kmod.mk>
122786Ssos