1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/lib/Makefile
patrick 7957cc34c5 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@
2021-12-01 07:36:03 +00:00

15 lines
460 B
Makefile

# $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 \
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>