1.PATH: ${SRCTOP}/sys/dev/aic7xxx 2KMOD= ahc_pci 3 4SRCS= ahc_pci.c aic7xxx_pci.c 5SRCS+= device_if.h bus_if.h pci_if.h 6SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h 7 8CFLAGS+= -I${SRCTOP}/sys/dev/aic7xxx -I.. 9 10.include <bsd.kmod.mk> 11 12CWARNFLAGS.ahc_pci.c= ${NO_WCONSTANT_CONVERSION} 13