]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ofed/infiniband-diags/ibqueryerrors/Makefile
MFC r335253:
[FreeBSD/FreeBSD.git] / usr.bin / ofed / infiniband-diags / ibqueryerrors / Makefile
1 # $FreeBSD$
2
3 PROG=   ibqueryerrors
4 SRCS=   ibqueryerrors.c
5 LIBADD= ibnetdisc
6 MAN=    ibqueryerrors.8
7
8 .include <bsd.prog.mk>