Index: stable/10/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile =================================================================== --- stable/10/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile (revision 270305) +++ stable/10/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile (revision 270306) @@ -1,13 +1,13 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/aic7xxx KMOD= ahc_eisa SRCS= ahc_eisa.c -SRCS+= device_if.h bus_if.h eisa_if.h +SRCS+= device_if.h bus_if.h eisa_if.h pci_if.h SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I.. .include