diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 22:05:14 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 22:05:14 +0000 |
commit | 75740d181ad8324b7139e627b18aff1c0e58e6bf (patch) | |
tree | df5fc81263855f26bc73b9f06684d9ad3e486a57 /databases | |
parent | A set of programs to convert a .dbf file to a MySQL table (diff) |
Activate dbf2mysql
Notes
Notes:
svn path=/head/; revision=22152
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 19038a353529..29b93443c50a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -3,6 +3,7 @@ SUBDIR += cdb SUBDIR += db SUBDIR += dbview + SUBDIR += dbf2mysql SUBDIR += gadfly SUBDIR += gdbm SUBDIR += gmysql |