Browse Source

* Openbsd

marco 23 years ago
parent
commit
03add5a70a
2 changed files with 4 additions and 0 deletions
  1. 3 0
      packages/base/libasync/Makefile
  2. 1 0
      packages/base/libasync/Makefile.fpc

+ 3 - 0
packages/base/libasync/Makefile

@@ -212,6 +212,9 @@ endif
 ifeq ($(OS_TARGET),netbsd)
 override COMPILER_SOURCEDIR+=unix
 endif
+ifeq ($(OS_TARGET),openbsd)
+override COMPILER_SOURCEDIR+=unix
+endif
 override COMPILER_TARGETDIR+=.
 ifdef REQUIRE_UNITSDIR
 override UNITSDIR+=$(REQUIRE_UNITSDIR)

+ 1 - 0
packages/base/libasync/Makefile.fpc

@@ -16,6 +16,7 @@ fpcpackage=y
 sourcedir_linux=unix
 sourcedir_freebsd=unix
 sourcedir_netbsd=unix
+sourcedir_openbsd=unix
 targetdir=.
 
 [require]