1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

Skip building m-guides and dtksh for FreeBSD

This commit is contained in:
Marcin Cieslak 2012-08-13 04:01:46 +02:00 committed by Jon Trulson
parent e1aa4d28cb
commit 8e80886661
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
#define PassCDebugFlags #define PassCDebugFlags
/* due to split-VOB setup, force help to come last in make Makefiles */ /* due to split-VOB setup, force help to come last in make Makefiles */
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) #if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
XCOMM we cannot build guides on linux yet XCOMM we cannot build guides on linux yet
SUBDIRS = man help SUBDIRS = man help
BSUBDIRS = help man BSUBDIRS = help man

View file

@ -12,7 +12,7 @@ EXTRADIRS += util
XCOMM some of these cannot be built on linux yet. XCOMM some of these cannot be built on linux yet.
XCOMM dtksh dtinfo XCOMM dtksh dtinfo
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) #if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
DTKSHDIR = DTKSHDIR =
DTINFODIR = DTINFODIR =
#else #else