Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Add libcbor, libfido2
details: https://anonhg.NetBSD.org/src/rev/731f5ca6af6e
branches: trunk
changeset: 969842:731f5ca6af6e
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 03 00:37:05 2020 +0000
description:
Add libcbor, libfido2
diffstat:
lib/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (43 lines):
diff -r f1d0fa155b3b -r 731f5ca6af6e lib/Makefile
--- a/lib/Makefile Tue Mar 03 00:36:29 2020 +0000
+++ b/lib/Makefile Tue Mar 03 00:37:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.274 2019/12/18 02:46:21 christos Exp $
+# $NetBSD: Makefile,v 1.275 2020/03/03 00:37:05 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -173,6 +173,7 @@
SUBDIR+= ../external/apache2/llvm/include
.endif
+SUBDIR+= ../external/mit/libcbor/lib
#==================== 2nd library dependency barrier ====================
SUBDIR+= .WAIT
@@ -217,7 +218,7 @@
# libedit, libterminfo,
.endif
-SUBDIR+= ../crypto/external/bsd/openssh/lib # depends on libcrypto, libz
+SUBDIR+= ../external/bsd/libfido2/lib # depends on libcbor
SUBDIR+= ../crypto/external/bsd/netpgp/lib # depends on libcrypto, ...
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
.if ${MKDTRACE} != "no"
@@ -238,6 +239,8 @@
#==================== 3rd library dependency barrier ====================
SUBDIR+= .WAIT
+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
.if ${MKUNBOUND} != "no"
@@ -256,6 +259,7 @@
.if (${MKPAM} != "no")
SUBDIR+= libpam # depends on heimdal
+SUBDIR+= ../external/bsd/pam-u2f/lib
.endif
SUBDIR+= ../crypto/external/bsd/libsaslc # depends on heimdal, openssl
Home |
Main Index |
Thread Index |
Old Index