]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/usr.lib/libibcommon/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>