Index: fcl-db/Makefile.fpc
===================================================================
--- fcl-db/Makefile.fpc	(revision 10589)
+++ fcl-db/Makefile.fpc	(working copy)
@@ -8,7 +8,7 @@
 
 [target]
 dirs=src/sdf src/memds src/sqldb src/base 
-dirs_beos=src/dbase src/sqlite src/export src/datadict src/codegen
+dirs_beos=src/dbase src/sqlite src/paradox src/export src/datadict src/codegen
 dirs_linux=src/dbase src/sqlite src/paradox src/export src/datadict src/codegen 
 dirs_freebsd=src/dbase src/sqlite src/paradox src/export src/datadict src/codegen
 dirs_darwin=src/dbase src/sqlite
Index: Makefile.fpc
===================================================================
--- Makefile.fpc	(revision 10589)
+++ Makefile.fpc	(working copy)
@@ -128,7 +128,7 @@
 fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
 fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared
 
-ifneq ($(findstring $(OS_TARGET),linux freebsd openbsd netbsd win32),)
+ifneq ($(findstring $(OS_TARGET),linux freebsd openbsd netbsd win32 beos),)
 fcl-db_all: fcl-base_all mysql_all ibase_all oracle_all odbc_all postgres_all sqlite_all pxlib_all
 fcl-db_debug: fcl-base_debug mysql_debug ibase_debug oracle_debug odbc_debug postgres_debug sqlite_debug pxlib_debug
 fcl-db_smart: fcl-base_smart mysql_smart ibase_smart oracle_smart odbc_smart postgres_smart sqlite_smart pxlib_smart
