]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libnv/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[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: ${SRCTOP}/sys/contrib/libnv ${SRCTOP}/sys/sys
12 CFLAGS+=-I${.CURDIR}
13
14 SRCS=   cnvlist.c
15 SRCS+=  dnvlist.c
16 SRCS+=  msgio.c
17 SRCS+=  nvlist.c
18 SRCS+=  nvpair.c
19
20 .if ${MK_TESTS} != "no"
21 SUBDIR+=        tests
22 .endif
23
24 .include <bsd.lib.mk>