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