diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-19 05:37:31 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-19 05:37:31 +0000 |
commit | d47d7aca9af939d4249a7aef03c8829a095f8078 (patch) | |
tree | 5362c6b25ce84077020447f774e6e8ef1d10ace7 /databases | |
parent | 071491b68a065fc06380e2d50a76dab4ec804669 (diff) | |
download | pkgsrc-d47d7aca9af939d4249a7aef03c8829a095f8078.tar.gz |
Add and enable jdbc-postgresql
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index bacf30fe702..36d6583949c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/12/23 13:18:43 rh Exp $ +# $NetBSD: Makefile,v 1.27 2000/01/19 05:37:31 jwise Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -10,6 +10,7 @@ SUBDIR += gtranscript SUBDIR += iodbc SUBDIR += jdb + SUBDIR += jdbc-postgresql # SUBDIR += msql SUBDIR += mysql-client SUBDIR += mysql-server |