Explorar o código

* unix dir included

marco %!s(int64=24) %!d(string=hai) anos
pai
achega
78b0e40b43
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      fcl/Makefile
  2. 1 0
      fcl/Makefile.fpc

+ 3 - 0
fcl/Makefile

@@ -160,6 +160,9 @@ endif
 ifeq ($(OS_TARGET),freebsd)
 override COMPILER_INCLUDEDIR+=unix
 endif
+ifeq ($(OS_TARGET),netbsd)
+override COMPILER_INCLUDEDIR+=unix
+endif
 override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
 override COMPILER_TARGETDIR+=$(OS_TARGET)
 ifndef ECHO

+ 1 - 0
fcl/Makefile.fpc

@@ -28,6 +28,7 @@ targetdir=$(OS_TARGET)
 includedir=$(OS_TARGET) inc
 includedir_linux=unix
 includedir_freebsd=unix
+includedir_netbsd=unix
 sourcedir=$(OS_TARGET) inc
 
 [libs]