summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-04-22 23:43:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-04-22 23:43:39 +0000
commit559bb455b362ffcf6a2c52a1f55d93aa38a4b4e9 (patch)
treecdd86b9baeac0eb5f81823653180e8558f93c3ec
parent03988b1e0e3824273e7e53222d84dfadb00da708 (diff)
enable sqlite3, as prompted by theo
-rw-r--r--include/Makefile5
-rw-r--r--lib/Makefile4
-rw-r--r--usr.bin/Makefile4
3 files changed, 7 insertions, 6 deletions
diff --git a/include/Makefile b/include/Makefile
index 0c60ec02ead..c0c21a17c98 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.161 2012/03/21 23:20:35 matthew Exp $
+# $OpenBSD: Makefile,v 1.162 2012/04/22 23:43:38 espie Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -42,7 +42,8 @@ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \
../lib/libform ../lib/libssl ../lib/libmenu \
../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \
../lib/libskey ../lib/libedit ../lib/libexpat \
- ../lib/libpcap ../lib/libutil ../lib/libusbhid ../lib/libwrap \
+ ../lib/libpcap ../lib/libsqlite3 ../lib/libutil ../lib/libusbhid \
+ ../lib/libwrap \
../lib/libz ../lib/libkeynote ../lib/libevent ../usr.bin/lex \
../gnu/lib/libreadline ../gnu/usr.sbin/sendmail/libmilter \
../sys/arch/${MACHINE}
diff --git a/lib/Makefile b/lib/Makefile
index 472d083f8e4..22ae4d0909c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.58 2012/02/15 06:48:40 guenther Exp $
+# $OpenBSD: Makefile,v 1.59 2012/04/22 23:43:38 espie Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcompat libcurses \
libedit libevent libexpat \
libform libkeynote libkvm libl libm libmenu \
libocurses libossaudio libpanel libpcap librthread librpcsvc \
- libskey libsndio libssl libusbhid libutil libwrap liby libz
+ libskey libsndio libsqlite3 libssl libusbhid libutil libwrap liby libz
.include <bsd.own.mk>
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 1516c3df538..8535b2eb93a 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.122 2012/04/08 15:56:28 jsg Exp $
+# $OpenBSD: Makefile,v 1.123 2012/04/22 23:43:38 espie Exp $
.include <bsd.own.mk>
@@ -20,7 +20,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \
readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
rwho sdiff script sed sendbug shar showmount skey \
- skeyaudit skeyinfo skeyinit sort spell split ssh stat su systat \
+ skeyaudit skeyinfo skeyinit sort spell split sqlite3 ssh stat su systat \
sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \
tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
ul uname unexpand unifdef uniq units \