]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/libibverbs/examples/build/devices/Makefile
MFC r335505:
[FreeBSD/FreeBSD.git] / contrib / ofed / libibverbs / examples / build / devices / Makefile
1 # $FreeBSD$
2 .PATH: ${.CURDIR}/../.. ${.CURDIR}/../../../man
3
4 PROG=   ibv_devices
5 MAN=    ibv_devices.1
6 SRCS=   device_list.c
7
8 .include <bsd.prog.mk>