summaryrefslogtreecommitdiffstats
path: root/lib/libnv
diff options
context:
space:
mode:
authoroshogbo <oshogbo@FreeBSD.org>2015-07-04 16:33:37 +0000
committeroshogbo <oshogbo@FreeBSD.org>2015-07-04 16:33:37 +0000
commit852c8fe5892ac15db686e35cc70e512fd442325a (patch)
treef63c85b8d1ce38d4ce3462fedd0442350e88453f /lib/libnv
parent84067f697fba64e6bebc74d31f9f782ab586e540 (diff)
downloadFreeBSD-src-852c8fe5892ac15db686e35cc70e512fd442325a.zip
FreeBSD-src-852c8fe5892ac15db686e35cc70e512fd442325a.tar.gz
Move the nvlist source and private includes from sys/kern to seperate
directory sys/contrib/libnv. The goal of this operation is to NOT install header files which shouldn't be used outside the nvlist library. Approved by: pjd (mentor)
Diffstat (limited to 'lib/libnv')
-rw-r--r--lib/libnv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
index 1aef64e..38ec009 100644
--- a/lib/libnv/Makefile
+++ b/lib/libnv/Makefile
@@ -7,13 +7,13 @@ SHLIBDIR?= /lib
LIB= nv
SHLIB_MAJOR= 0
-.PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../sys/sys
+.PATH: ${.CURDIR}/../../sys/contrib/libnv ${.CURDIR}/../../sys/sys
CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}
-SRCS= subr_dnvlist.c
+SRCS= dnvlist.c
SRCS+= msgio.c
-SRCS+= subr_nvlist.c
-SRCS+= subr_nvpair.c
+SRCS+= nvlist.c
+SRCS+= nvpair.c
WARNS?= 6
OpenPOWER on IntegriCloud