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