diff options
author | wulf <wulf> | 2000-10-15 14:19:27 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-10-15 14:19:27 +0000 |
commit | 34dc0e24ea561c582bf70f3858e4ee99e3ed03dd (patch) | |
tree | 233a79332e6fe9493afd5f8e9743812d9f4e3514 /databases/Makefile | |
parent | a385a6adb73b1b69495503319403754b66f5a160 (diff) | |
download | pkgsrc-34dc0e24ea561c582bf70f3858e4ee99e3ed03dd.tar.gz |
Added and enabled ksql-1.0 interactive SQL query tool for PostgreSQL
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 03d1da2ed7d..cecab2589df 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/07/25 13:05:58 wulf Exp $ +# $NetBSD: Makefile,v 1.37 2000/10/15 14:19:27 wulf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -12,6 +12,7 @@ SUBDIR += iodbc SUBDIR += jdb SUBDIR += jdbc-postgresql + SUBDIR += kpsql SUBDIR += mysql-client SUBDIR += mysql-server SUBDIR += openldap |