diff options
author | 2020-08-10 21:09:39 +0000 | |
---|---|---|
committer | 2020-08-10 21:09:39 +0000 | |
commit | 21f43879191f37b98ffbf98237d3458b1c2713cf (patch) | |
tree | f3cb01267344a35f036382666b95adc3dfadd8ae /lib | |
parent | Add build infrastructure for compiler-rt. (diff) | |
download | wireguard-openbsd-21f43879191f37b98ffbf98237d3458b1c2713cf.tar.xz wireguard-openbsd-21f43879191f37b98ffbf98237d3458b1c2713cf.zip |
Un-hook and re-hook libcompiler_rt.
ok kettenis@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 224600e1af9..0ad2d1638f4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.78 2020/02/28 05:22:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.79 2020/08/10 21:09:39 patrick 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 \ +SUBDIR= csu libarch libc libcbor libcrypto libcurses \ libcxxabi libcxx libedit libelf libevent libexpat \ libfido2 libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ |