1.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci 2.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2 3 4KMOD= bhnd_pcib 5SRCS= bhnd_pcib.c bhnd_pcie2b.c 6SRCS+= device_if.h bus_if.h pci_if.h \ 7 bhnd_bus_if.h 8 9.include <bsd.kmod.mk> 10