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