diff options
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6a86fa220ce..f1b168535cf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2006/01/04 11:49:54 abs Exp $ +# $NetBSD: Makefile,v 1.199 2006/01/04 11:51:49 abs Exp $ # COMMENT= Databases @@ -29,6 +29,8 @@ SUBDIR+= java-db3 SUBDIR+= jdb SUBDIR+= jdbc-postgresql SUBDIR+= jdbc-postgresql74 +SUBDIR+= jdbc-postgresql80 +SUBDIR+= jdbc-postgresql81 SUBDIR+= kmysqladmin SUBDIR+= krecipes SUBDIR+= lbdb @@ -132,12 +134,10 @@ SUBDIR+= postgresql74-plpython SUBDIR+= postgresql74-server SUBDIR+= postgresql80 SUBDIR+= postgresql80-client -SUBDIR+= postgresql80-jdbc SUBDIR+= postgresql80-plperl SUBDIR+= postgresql80-plpython SUBDIR+= postgresql80-pltcl SUBDIR+= postgresql80-server -SUBDIR+= postgresql81-jdbc SUBDIR+= pxtools SUBDIR+= py-IndexedCatalog SUBDIR+= py-PgSQL |