diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-04-22 23:43:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-04-22 23:43:39 +0000 |
commit | 559bb455b362ffcf6a2c52a1f55d93aa38a4b4e9 (patch) | |
tree | cdd86b9baeac0eb5f81823653180e8558f93c3ec /include | |
parent | 03988b1e0e3824273e7e53222d84dfadb00da708 (diff) |
enable sqlite3, as prompted by theo
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 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} |