diff --git a/fcl/db/Makefile b/fcl/db/Makefile index b4e545e81c..4b7954f3dd 100644 --- a/fcl/db/Makefile +++ b/fcl/db/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/06] +# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/02] # default: all override PATH:=$(subst \,/,$(PATH)) @@ -125,6 +125,9 @@ endif ifeq ($(OS_TARGET),win32) override TARGET_DIRS+=mysql interbase endif +ifeq ($(OS_TARGET),freebsd) +override TARGET_DIRS+=mysql interbase +endif override TARGET_UNITS+=db ddg_ds ddg_rec override TARGET_EXAMPLEDIRS+=tests override INSTALL_FPCPACKAGE=y @@ -528,6 +531,8 @@ REQUIRE_PACKAGES_RTL=1 endif ifeq ($(OS_TARGET),freebsd) REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_MYSQL=1 +REQUIRE_PACKAGES_IBASE=1 endif ifeq ($(OS_TARGET),beos) REQUIRE_PACKAGES_RTL=1 @@ -949,6 +954,10 @@ ifeq ($(OS_TARGET),win32) TARGET_DIRS_MYSQL=1 TARGET_DIRS_INTERBASE=1 endif +ifeq ($(OS_TARGET),freebsd) +TARGET_DIRS_MYSQL=1 +TARGET_DIRS_INTERBASE=1 +endif ifdef TARGET_DIRS_DBASE dbase_all: $(MAKE) -C dbase all diff --git a/fcl/db/Makefile.fpc b/fcl/db/Makefile.fpc index 31ffdf0d65..a51260a886 100644 --- a/fcl/db/Makefile.fpc +++ b/fcl/db/Makefile.fpc @@ -8,6 +8,7 @@ main=fcl [target] dirs=dbase dirs_linux=mysql interbase +dirs_freebsd=mysql interbase dirs_win32=mysql interbase units=db ddg_ds ddg_rec exampledirs=tests