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