Source-Changes-HG archive

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

[src/trunk]: src/lib Add libraries created by MKZFS != "no"



details:   https://anonhg.NetBSD.org/src/rev/30b983ea34f6
branches:  trunk
changeset: 339009:30b983ea34f6
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 22 06:03:20 2015 +0000

description:
Add libraries created by MKZFS != "no"

diffstat:

 lib/Makefile |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r bf9cedf4d0aa -r 30b983ea34f6 lib/Makefile
--- a/lib/Makefile      Mon Jun 22 06:02:01 2015 +0000
+++ b/lib/Makefile      Mon Jun 22 06:03:20 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.223 2015/06/22 00:06:38 matt Exp $
+#      $NetBSD: Makefile,v 1.224 2015/06/22 06:03:20 matt Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -64,6 +64,13 @@
 SUBDIR+=       libbpfjit
 .endif
 
+.if (${MKZFS} != "no")
+SUBDIR+=        ../external/cddl/osnet/lib/libavl
+SUBDIR+=        ../external/cddl/osnet/lib/libnvpair
+SUBDIR+=        ../external/cddl/osnet/lib/libumem
+SUBDIR+=        ../external/cddl/osnet/lib/libuutil
+.endif
+
 SUBDIR+=       ../external/mit/expat/lib
 
 SUBDIR+=       ../external/public-domain/sqlite/lib
@@ -129,6 +136,11 @@
 SUBDIR+=       ../external/bsd/iscsi/lib       # depends on libpthread
 .endif
 
+.if (${MKZFS} != "no")
+SUBDIR+=        ../external/cddl/osnet/lib/libzfs
+SUBDIR+=        ../external/cddl/osnet/lib/libzpool
+.endif
+
 .if (${MKLVM} != "no")
 SUBDIR+=       ../external/gpl2/lvm2/lib       # depends on libprop
 .endif



Home | Main Index | Thread Index | Old Index