]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/opensm/libvendor/Makefile
MFC r335505:
[FreeBSD/FreeBSD.git] / contrib / ofed / opensm / libvendor / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}
4
5 SHLIBDIR?=      /usr/lib
6 LIB=            osmvendor
7 SHLIB_MAJOR=    4
8 MK_PROFILE=     no
9
10 SRCS= \
11 osm_vendor_ibumad.c \
12 osm_vendor_ibumad_sa.c
13
14 LIBADD=         ibumad pthread
15 CFLAGS+=        -I${.CURDIR}/.. -DHAVE_CONFIG_H=1
16 CFLAGS+=        -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/infiniband
17 VERSION_MAP=    ${.CURDIR}/libosmvendor.map
18
19 .include <bsd.lib.mk>