diff options
author | jwise <jwise@pkgsrc.org> | 2001-04-06 22:01:09 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-04-06 22:01:09 +0000 |
commit | 49efcd2aa058d49cef0ec24b50fef35ba2436b77 (patch) | |
tree | 7a2903534868774bf762b468537283e2cb0433c1 /databases | |
parent | 3c86efb06cda879205102f249b681aea7dc9dc1f (diff) | |
download | pkgsrc-49efcd2aa058d49cef0ec24b50fef35ba2436b77.tar.gz |
Add and enable odbc-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 59418c3c77a..a1d942aa691 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2001/04/04 12:59:42 agc Exp $ +# $NetBSD: Makefile,v 1.51 2001/04/06 22:01:09 jwise Exp $ # COMMENT= Databases @@ -18,6 +18,7 @@ SUBDIR+= kpsql SUBDIR+= myodbc SUBDIR+= mysql-client SUBDIR+= mysql-server +SUBDIR+= odbc-postgresql SUBDIR+= openldap SUBDIR+= oraedit SUBDIR+= p5-DBD-CSV |