Browse Source

* added netware and netwlibc to SMARTTARGETS

armin 20 years ago
parent
commit
e925d4e678
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.fpc

+ 1 - 1
Makefile.fpc

@@ -81,7 +81,7 @@ ifdef SNAPSHOT
 ALLTARGET=all
 ALLTARGET=all
 else
 else
 ifndef ALLTARGET
 ifndef ALLTARGET
-SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd
+SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
 ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
 ifneq ($(findstring $(OS_TARGET),$(SMARTTARGETS)),)
 ALLTARGET=smart
 ALLTARGET=smart
 else
 else