summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2016-09-23 09:18:05 +0000
committersthen <sthen@openbsd.org>2016-09-23 09:18:05 +0000
commit2b5055b02eb03bc73580e7d0d1d802ab2efef213 (patch)
tree21d6d8374b22dfe23d840d2afa3a176286fa8ee6 /lib
parentAdd quirk to allow Yamaha UR22 to attach as uaudio(4). From (diff)
downloadwireguard-openbsd-2b5055b02eb03bc73580e7d0d1d802ab2efef213.tar.xz
wireguard-openbsd-2b5055b02eb03bc73580e7d0d1d802ab2efef213.zip
Unhook sqlite3.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
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>