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