diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-23 07:51:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-23 07:51:29 +0000 |
commit | 06827c4fb020fe7237aa0c95b827e82eba2fdfcd (patch) | |
tree | b493d787c24f43fc8468bbe782fe86f03244d1c1 /databases/Makefile | |
parent | 214bb426767fb97016ac45d552ebe183ec50f0ff (diff) |
add dbconnect
Use C++ object API to allow applications to connect to databases
Notes
Notes:
svn path=/head/; revision=45385
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 1ccdfe142f5f..fff8ae719fc8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -5,6 +5,7 @@ SUBDIR += cdb SUBDIR += db SUBDIR += db3 + SUBDIR += dbconnect SUBDIR += dbf2mysql SUBDIR += dbmetrix SUBDIR += dbtool |