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