summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2017-01-21 01:34:51 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2017-01-21 01:34:51 +0000
commit22839d33765e18babbbf6c9685ecc3bad9d58bbf (patch)
treefbbc804c18d42011892147eeeb0e070da32e4374 /lib/Makefile
parente24cc25a2db463a9ebba01b963743d92a3f1822e (diff)
Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their
Makefiles are now guarded to not compile on non-clang architectures, we can safely add them. ok deraadt@
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7bca1e4bf2d..13497e58d14 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.72 2016/09/23 09:18:05 sthen Exp $
+# $OpenBSD: Makefile,v 1.73 2017/01/21 01:34:50 patrick Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
-SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \
+SUBDIR= csu libarch libc libcompiler_rt libcrypto libcurses \
+ libcxx libcxxabi libedit libevent libexpat \
libform libfuse libkeynote libkvm libl libm libmenu \
libossaudio libpanel libpcap libradius librthread \
librpcsvc libskey libsndio libssl libtls libusbhid \