]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libnv/Makefile
Update lldb to release_39 branch r276489 and resolve immediate conflicts.
[FreeBSD/FreeBSD.git] / lib / libnv / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 SHLIBDIR?= /lib
5
6 .include <src.opts.mk>
7
8 LIB=    nv
9 SHLIB_MAJOR= 0
10
11 .PATH: ${.CURDIR}/../../sys/contrib/libnv ${.CURDIR}/../../sys/sys
12 CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}
13
14 SRCS=   dnvlist.c
15 SRCS+=  msgio.c
16 SRCS+=  nvlist.c
17 SRCS+=  nvpair.c
18
19 .if ${MK_TESTS} != "no"
20 SUBDIR+=        tests
21 .endif
22
23 .include <bsd.lib.mk>