diff options
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9eb2b8f931d..fc12a8e99b3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2005/01/04 14:05:02 manu Exp $ +# $NetBSD: Makefile,v 1.159 2005/01/16 02:01:08 tv Exp $ # COMMENT= Databases @@ -142,6 +142,7 @@ SUBDIR+= ruby-vapor SUBDIR+= sdbm SUBDIR+= shared-mime-info SUBDIR+= sqlite +SUBDIR+= sqlite3 SUBDIR+= sqlitemanager SUBDIR+= sqlrelay SUBDIR+= sqsh diff --git a/doc/CHANGES b/doc/CHANGES index 4d7dbc53ab1..3329830e002 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8766 2005/01/15 21:58:09 jmmv Exp $ +$NetBSD: CHANGES,v 1.8767 2005/01/16 02:01:34 tv Exp $ Changes to the packages collection and infrastructure in 2005: @@ -330,3 +330,4 @@ Changes to the packages collection and infrastructure in 2005: Updated spamassassin to 3.0.2 [schmonz 2005-01-15] Updated sun-jdk15 to 5.0.1 [jmmv 2005-01-15] Updated sun-jre15 to 5.0.1 [jmmv 2005-01-15] + Added sqlite3-3.0.8 [tv 2005-01-15] |