diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-11-14 21:14:36 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-11-14 21:14:36 +0000 |
commit | 2fd740b7bd22e8c8d425a1814099acde23e7b0c5 (patch) | |
tree | a9674c0e03f9198b11bcd6b0ea9437a50d755156 /lib/Makefile | |
parent | fa632f60e7897131c93ad6a1f37337ac664e1098 (diff) |
add libcbor and libfido2
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index c09dec290a1..c84c2de0676 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.75 2019/02/04 23:23:18 jsg Exp $ +# $OpenBSD: Makefile,v 1.76 2019/11/14 21:14:35 djm Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcompiler_rt libcrypto libcurses \ +SUBDIR= csu libarch libc libcbor libcompiler_rt libcrypto libcurses \ libcxxabi libcxx libedit libelf libevent libexpat \ - libform libfuse libkeynote libkvm libl libm libmenu \ + libfido2 libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ librpcsvc libskey libsndio libssl libtls libusbhid \ libutil liby libz |