mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
7957cc34c5
the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@
15 lines
460 B
Makefile
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>
|