Browse Source

* unix dir included

marco 24 years ago
parent
commit
78b0e40b43
2 changed files with 4 additions and 0 deletions
  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]