1# $FreeBSD$ 2 3PACKAGE= rdma 4PROG= ibv_devinfo 5MAN= ibv_devinfo.1 6SRCS= devinfo.c 7 8.include <bsd.prog.mk> 9