Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add libnv



details:   https://anonhg.NetBSD.org/src/rev/c0f9cd3b8d5e
branches:  trunk
changeset: 433337:c0f9cd3b8d5e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 08 14:11:41 2018 +0000

description:
Add libnv

diffstat:

 lib/Makefile   |  6 ++++--
 sys/conf/files |  7 ++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 5ac098b7f577 -r c0f9cd3b8d5e lib/Makefile
--- a/lib/Makefile      Sat Sep 08 14:11:10 2018 +0000
+++ b/lib/Makefile      Sat Sep 08 14:11:41 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.260 2018/08/12 13:01:55 christos Exp $
+#      $NetBSD: Makefile,v 1.261 2018/09/08 14:11:41 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -67,6 +67,8 @@
 SUBDIR+=       libbpfjit
 .endif
 
+SUBDIR+=       ../external/bsd/libnv/lib
+
 .if (${MKZFS} != "no")
 SUBDIR+=        ../external/cddl/osnet/lib/libavl
 SUBDIR+=        ../external/cddl/osnet/lib/libnvpair
@@ -130,7 +132,7 @@
 .endif
 
 .if (${MKNPF} != "no")
-SUBDIR+=       libnpf          # depends on libprop
+SUBDIR+=       libnpf          # depends on libnv
 .endif
 
 SUBDIR+=       ../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib # depends on libcrypt
diff -r 5ac098b7f577 -r c0f9cd3b8d5e sys/conf/files
--- a/sys/conf/files    Sat Sep 08 14:11:10 2018 +0000
+++ b/sys/conf/files    Sat Sep 08 14:11:41 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1206 2018/09/06 06:42:00 maxv Exp $
+#      $NetBSD: files,v 1.1207 2018/09/08 14:12:04 christos Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20171118
@@ -1628,3 +1628,8 @@
 #
 include "dev/ofw/files.ofw"
 include "dev/fdt/files.fdt"
+
+#
+# Name value library
+#
+include "external/bsd/libnv/conf/files.libnv"



Home | Main Index | Thread Index | Old Index