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