]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/usr.lib/libopensm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / usr.lib / libopensm / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6 .include "../Makefile.inc"
7
8 .PATH: ${OPENSMDIR}/opensm
9
10 LIB=            opensm
11 SHLIB_MAJOR=    1
12 NO_PROFILE=
13
14 SRCS=   osm_log.c osm_mad_pool.c osm_helper.c
15
16 VERSION_MAP= ${OPENSMDIR}/opensm/libopensm.map
17
18 .include <bsd.lib.mk>