xref: /freebsd/lib/ofed/libvendor/Makefile (revision 3750ccefb8629a08890bfbae894dd6bc6a7483b4)
1_spath=	${SRCTOP}/contrib/ofed/opensm/libvendor
2.PATH: ${_spath}
3
4SHLIBDIR?=	/usr/lib
5LIB=		osmvendor
6SHLIB_MAJOR=	4
7
8SRCS= \
9osm_vendor_ibumad.c \
10osm_vendor_ibumad_sa.c
11
12LIBADD=		ibumad pthread
13CFLAGS+=	-I${_spath}/.. -DHAVE_CONFIG_H=1
14CFLAGS+=	-I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/infiniband
15VERSION_MAP=	${_spath}/libosmvendor.map
16
17.include <bsd.lib.mk>
18