Introduction of BSDArchitecture

This commit is contained in:
Ulrich Wilkens
2013-10-19 23:55:59 +02:00
committed by Jon Trulson
parent 380867c31c
commit 6b0da8f335
48 changed files with 66 additions and 85 deletions

View File

@@ -2,7 +2,7 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:32:32 drk $
#define IHaveSubdirs
#define PassCDebugFlags
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
XCOMM we cannot build guides on linux yet
SUBDIRS = help
#else