diff options
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8980dc27e6a..f323b5aae46 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2003/06/05 13:43:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.101 2003/06/25 21:44:01 tsarna Exp $ # COMMENT= Databases @@ -85,6 +85,7 @@ SUBDIR+= py-metakit SUBDIR+= py-mysqldb SUBDIR+= py-postgresql SUBDIR+= py-psycopg +SUBDIR+= py-sqlite SUBDIR+= quicklist SUBDIR+= rdb SUBDIR+= rrdtool |