]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/librdmacm/examples/build/cmatose/Makefile
MFC r273774:
[FreeBSD/stable/10.git] / contrib / ofed / librdmacm / examples / build / cmatose / Makefile
1 #
2 # $FreeBSD$
3 #
4 .PATH: ${.CURDIR}/../..
5 PROG=   cmatose
6 MAN=
7 SRCS=   cmatose.c
8 LDADD+= -libverbs -lrdmacm -lpthread
9
10 .include <bsd.prog.mk>