diff options
author | 2017-01-21 01:34:50 +0000 | |
---|---|---|
committer | 2017-01-21 01:34:50 +0000 | |
commit | d2a00faca7095ba9657833d9b8767833034fbd29 (patch) | |
tree | d2a5d6d48acb0d5b247f8c7ce82745ddf54f6c26 | |
parent | Make the if_flags member unsigned. This was prompted by clang (diff) | |
download | wireguard-openbsd-d2a00faca7095ba9657833d9b8767833034fbd29.tar.xz wireguard-openbsd-d2a00faca7095ba9657833d9b8767833034fbd29.zip |
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@
-rw-r--r-- | lib/Makefile | 5 |
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 \ |