build: provide a default WARNS for all in-tree builds
[freebsd.git] / usr.bin / ofed / librdmacm / Makefile.inc
1 # $FreeBSD$
2
3 _spath=${SRCTOP}/contrib/ofed/librdmacm
4 .PATH: ${_spath}/examples ${_spath}/man
5
6 BINDIR?=        /usr/bin
7 CFLAGS+=        -I${SRCTOP}/contrib/ofed
8 LIBADD+=        ibverbs rdmacm mlx4 mlx5 cxgb4 pthread
9
10 WARNS?= 0