summaryrefslogtreecommitdiff
path: root/packages/fpmkunit/Makefile.fpc
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-01-14 15:50:00 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-01-14 15:50:00 +0000
commita1609a5cd0eab7401a2dccf80094c1d347f7c07a (patch)
treefafa4f5d168cc9a8aee95b9196b0c986882e5348 /packages/fpmkunit/Makefile.fpc
parent47d0338fa3a0c8d1e2410fb05a93e8c0d7b88cf4 (diff)
downloadfpc-a1609a5cd0eab7401a2dccf80094c1d347f7c07a.tar.gz
* fpmkunit makefile fix for dragonfly BSD, mantis #27309
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29473 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmkunit/Makefile.fpc')
-rw-r--r--packages/fpmkunit/Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fpmkunit/Makefile.fpc b/packages/fpmkunit/Makefile.fpc
index 3ccd649f53..8976d05f0d 100644
--- a/packages/fpmkunit/Makefile.fpc
+++ b/packages/fpmkunit/Makefile.fpc
@@ -39,7 +39,7 @@ UNIT_PROCESS=
ifneq ($(findstring $(OS_SOURCE),win32 win64),)
UNIT_PROCESS+=-Fi../fcl-process/src/win
endif
-ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android),)
+ifneq ($(findstring $(OS_SOURCE),linux freebsd darwin iphonesim netbsd openbsd solaris haiku aix android dragonfly),)
UNIT_PROCESS+=-Fi../fcl-process/src/unix
endif
ifneq ($(findstring $(OS_SOURCE),os2 emx),)