diff options
| author | christos <christos@NetBSD.org> | 2018-09-08 14:11:41 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-09-08 14:11:41 +0000 |
| commit | 707b7f23383ec23c209687c84682dfec4ef44d1a (patch) | |
| tree | 0e4bc6be1f27a4b27e37a71ab90bd26614623e92 /lib/Makefile | |
| parent | c90067f0034b74e5df373ff28095690bb27f6e1f (diff) | |
Add libnv
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 394a19a011c..773be82571a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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+= ../external/bsd/sljit/lib 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 @@ SUBDIR+= librumpuser # depends on libpthread .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 |
