mirror of
https://github.com/openbsd/src.git
synced 2026-04-27 15:46:02 +00:00
12 lines
463 B
Makefile
12 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.78 2020/02/28 05:22:52 deraadt Exp $
|
|
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
|
|
|
|
SUBDIR= csu libarch libc libcbor libcompiler_rt libcrypto libcurses \
|
|
libcxxabi libcxx libedit libelf libevent libexpat \
|
|
libfido2 libform libfuse libkeynote libkvm libl libm libmenu \
|
|
libossaudio libpanel libpcap libradius librthread \
|
|
librpcsvc libskey libsndio libssl libtls libusbhid \
|
|
libutil liby libz
|
|
|
|
.include <bsd.subdir.mk>
|