Skip building m-guides and dtksh for FreeBSD
This commit is contained in:
committed by
Jon Trulson
parent
e1aa4d28cb
commit
8e80886661
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user