diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-04 23:23:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-04 23:23:19 +0000 |
commit | c6e087e95e61f16912dab0e30fe84a9bc796d70b (patch) | |
tree | cf1f731003f71e37875431447957108f8d873e1e /lib | |
parent | 4425e9bbfb4c5db368521828a0a414813d286ead (diff) |
enable libelf
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 41e8c151377..c09dec290a1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.74 2018/10/13 19:19:21 kettenis Exp $ +# $OpenBSD: Makefile,v 1.75 2019/02/04 23:23:18 jsg Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompiler_rt libcrypto libcurses \ - libcxxabi libcxx libedit libevent libexpat \ + libcxxabi libcxx libedit libelf libevent libexpat \ libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ librpcsvc libskey libsndio libssl libtls libusbhid \ |