diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-03 07:15:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-03 07:15:21 +0000 |
commit | e174a02504a36fa674e1314bbc824c32cf8be5e0 (patch) | |
tree | db7415f94a0bee2eb971f8698d11c79f42cca479 /databases/Makefile | |
parent | store multi-level hash structure in single level tied hash (diff) |
Add p5-MLDBM
Notes
Notes:
svn path=/head/; revision=8968
Diffstat (limited to '')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 00b703722ca5..b821fcbae242 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/09/02 15:10:38 andreas Exp $ +# $Id: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR += db SUBDIR += gdbm @@ -8,6 +8,7 @@ SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI + SUBDIR += p5-MLDBM SUBDIR += p5-Msql SUBDIR += p5-Mysql SUBDIR += p5-Pg |