diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 03:02:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 03:02:17 +0000 |
commit | 8074d478f1a800eca261d2471f12e20ddd35475e (patch) | |
tree | ae4f625df8e7fe3740a906426aa5b48745fb2edf /databases/Makefile | |
parent | 70a44ff07f9a5b9f5a28876ff0a5c3e5212e415a (diff) |
Add libzdb, it's a thread-safe connection pool library.
Notes
Notes:
svn path=/head/; revision=164261
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e1e02d9f5227..c60ceae5848a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -101,6 +101,7 @@ SUBDIR += libpbl SUBDIR += libsdb SUBDIR += libudbc + SUBDIR += libzdb SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus |