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