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