diff options
| author | christos <christos@NetBSD.org> | 2020-05-24 19:29:19 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-05-24 19:29:19 +0000 |
| commit | f3e59fbe1f794fec0b80743ac059c41d609189c3 (patch) | |
| tree | db131bd2c6b3f9eddf8913ca5f26b44a85670842 /lib | |
| parent | fb705fa8889ad43f1bc08d48deaf0e89a521f877 (diff) | |
Add libuv
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index e231b1fa605..997004c4beb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.282 2020/04/04 17:56:22 christos Exp $ +# $NetBSD: Makefile,v 1.283 2020/05/24 19:29:36 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -174,6 +174,8 @@ SUBDIR+= ../external/apache2/llvm/include .endif SUBDIR+= ../external/mit/libcbor/lib + +SUBDIR+= ../external/mit/libuv/lib #==================== 2nd library dependency barrier ==================== SUBDIR+= .WAIT @@ -243,6 +245,7 @@ SUBDIR+= ../crypto/external/bsd/openssh/lib # depends on libcrypto, libz, # libfido2 SUBDIR+= ../crypto/external/bsd/netpgp/bindings/lua # depends on netpgp/lib SUBDIR+= ../external/mpl/bind/lib # depends on heimdal, libcrypto + # libuv .if ${MKUNBOUND} != "no" SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto .endif |
