diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 21:53:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-02 21:53:41 +0000 |
commit | 7a6314056c308f38a64159648bb8378c82ef3227 (patch) | |
tree | 99bb1d2c7b3535e8e0fb18079c34a8d42e1c02d2 /databases/Makefile | |
parent | 13bea7e9f9cf0588acc831f7549bc687f6fded07 (diff) | |
download | ports-7a6314056c308f38a64159648bb8378c82ef3227.tar.gz ports-7a6314056c308f38a64159648bb8378c82ef3227.zip |
FreeBSD port of the NetBSD db(1) command.
manipulate db(3)'s btree(3) and hash(3) databases
Submitted by: edwin@mavetju.org
Notes
Notes:
svn path=/head/; revision=97119
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 b638a34930cd..d24f68103a62 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -9,6 +9,7 @@ SUBDIR += cdb SUBDIR += clip SUBDIR += cyrus-imspd + SUBDIR += db SUBDIR += db2 SUBDIR += db3 SUBDIR += db4 |