summaryrefslogtreecommitdiffstats
path: root/lib/libnv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnv/Makefile')
-rw-r--r--lib/libnv/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
index 61b158f..f7853b0 100644
--- a/lib/libnv/Makefile
+++ b/lib/libnv/Makefile
@@ -7,10 +7,13 @@ SHLIBDIR?= /lib
LIB= nv
SHLIB_MAJOR= 0
-SRCS= dnvlist.c
+.PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../sys/sys
+CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}
+
+SRCS= subr_dnvlist.c
SRCS+= msgio.c
-SRCS+= nvlist.c
-SRCS+= nvpair.c
+SRCS+= subr_nvlist.c
+SRCS+= subr_nvpair.c
INCS= dnv.h
INCS+= nv.h
OpenPOWER on IntegriCloud