]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/usr.lib/libibcommon/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / usr.lib / libibcommon / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6 .include "../Makefile.inc"
7
8 IBSRCDIR=       ${IBCOMMONDIR}/src
9
10 .PATH: ${IBSRCDIR}
11
12 LIB=            ibcommon
13 SHLIB_MAJOR=    1
14 NO_PROFILE=
15
16 SRCS=   sysfs.c util.c hash.c stack.c time.c
17
18 VERSION_MAP= ${IBSRCDIR}/libibcommon.map
19
20 .include <bsd.lib.mk>