On Tue, Nov 30, 2021 at 03:24:17PM -0700, Theo de Raadt wrote:
> Todd C. Miller <todd.mil...@sudo.ws> wrote:
> 
> > On Tue, 30 Nov 2021 23:18:23 +0100, Mark Kettenis wrote:
> > 
> > > Maybe add a comment here that libfido2 depends on libz?
> > >
> > > > +SUBDIR+=libfido2
> > 
> > Yes, please.  With a comment this is OK millert@
> 
> Or just mark these as "phase 2", without saying why.
> 

So, this better?

diff --git a/lib/Makefile b/lib/Makefile
index 7f95cb1e3e7..f96aae01984 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -3,9 +3,12 @@
 
 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>

Reply via email to