1.PATH: ${SRCTOP}/sys/dev/aic7xxx 2KMOD= ahc_isa 3 4SRCS= ahc_isa.c 5SRCS+= device_if.h bus_if.h pci_if.h isa_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