1 2.PATH: ${SRCTOP}/sys/dev/ntb/if_ntb 3 4KMOD = if_ntb 5SRCS = if_ntb.c 6SRCS += device_if.h bus_if.h pci_if.h 7 8.include <bsd.kmod.mk> 9