]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libnv/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / lib / libnv / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?= /lib
4
5 .include <src.opts.mk>
6
7 PACKAGE=        runtime
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+=  bsd_nvpair.c
19
20 HAS_TESTS=
21 SUBDIR.${MK_TESTS}+= tests
22
23 .include <bsd.lib.mk>