diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-23 09:18:06 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-23 09:18:06 +0000 |
commit | e9fdc08cd656fdef057bf7de64cd4038a71bd05f (patch) | |
tree | 368a2127493c8f12213997ac8cf10542c4927c5e /lib | |
parent | c621da84ffa194460ff6b622e99bdff41e5e3cfb (diff) |
Unhook sqlite3.
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 bdc2f6da6f0..7bca1e4bf2d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.71 2015/11/14 23:56:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.72 2016/09/23 09:18:05 sthen 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 \ libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ - librpcsvc libskey libsndio libsqlite3 libssl libtls libusbhid \ + librpcsvc libskey libsndio libssl libtls libusbhid \ libutil liby libz .include <bsd.subdir.mk> |