summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 656d76ba250..9eb2b8f931d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2005/01/01 17:46:22 darcy Exp $
+# $NetBSD: Makefile,v 1.158 2005/01/04 14:05:02 manu Exp $
#
COMMENT= Databases
@@ -142,6 +142,7 @@ SUBDIR+= ruby-vapor
SUBDIR+= sdbm
SUBDIR+= shared-mime-info
SUBDIR+= sqlite
+SUBDIR+= sqlitemanager
SUBDIR+= sqlrelay
SUBDIR+= sqsh
SUBDIR+= sqsh-motif
diff --git a/doc/CHANGES b/doc/CHANGES
index 24c5d81fb36..2898309405f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8597 2005/01/04 13:54:52 shannonjr Exp $
+$NetBSD: CHANGES,v 1.8598 2005/01/04 14:05:02 manu Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -83,3 +83,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated dirmngr to 0.9.0 [shannonjr 2005-01-04]
Updated scummvm to 0.7.0 [adam 2005-01-04]
Updated gnupg-devel to 1.9.14nb1 [shannonjr 2005-01-04]
+ Added sqlitemanager-1.0.4 [manu 2005-01-04]