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