summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2021-12-01 07:36:04 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2021-12-01 07:36:04 +0000
commitf538a626491936c0c42dc4c8e78deefd16a35392 (patch)
tree625d153e1018f0f8d299f3f84ce19b4ea6a2845d /lib/Makefile
parenta24862fc405e2a64b203b9bf3ec59b272f685379 (diff)
Build libfido2 after all other libraries, as it links against one of
the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7f95cb1e3e7..8ce408fe6b3 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,11 +1,14 @@
-# $OpenBSD: Makefile,v 1.81 2021/01/02 20:04:36 patrick Exp $
+# $OpenBSD: Makefile,v 1.82 2021/12/01 07:36:03 patrick Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libagentx libarch libc libcbor libcrypto libcurses \
libedit libelf libevent libexpat \
- libfido2 libform libfuse libkeynote libkvm libl libm libmenu \
+ libform libfuse libkeynote libkvm libl libm libmenu \
libossaudio libpanel libpcap libradius librthread \
librpcsvc libskey libsndio libssl libtls libusbhid \
libutil liby libz
+# Phase 2
+SUBDIR+=libfido2
+
.include <bsd.subdir.mk>