diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-09 16:22:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-09 16:22:37 +0000 |
commit | 4108e1fabc397e14af1312b8194c56c79053b513 (patch) | |
tree | b62b9e3ec253c7589165663d2790029c695f1c51 /databases/Makefile | |
parent | 6e088f03afad810af67d2d02d4ef5f7ae2173f9e (diff) |
add dbh 1.0
Disk Based Hashtables
Notes
Notes:
svn path=/head/; revision=64286
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 310738e7b88e..ee84a0d13041 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -16,6 +16,7 @@ SUBDIR += dbconnect SUBDIR += dbdesigner SUBDIR += dbf2mysql + SUBDIR += dbh SUBDIR += dbmetrix SUBDIR += dbtool SUBDIR += dbview |