Imakefile diffs for OpenBSD.

This commit is contained in:
Pascal Stumpf
2012-08-09 22:06:51 +02:00
committed by Jon Trulson
parent 045c80dd78
commit 131c7a9e04
16 changed files with 47 additions and 14 deletions

View File

@@ -5,11 +5,14 @@ XCOMM $XConsortium: Imakefile /main/17 1996/10/06 17:13:20 rws $
#if UseNSGMLS
NSGMLSDIR = nsgmls
#endif
EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
EXTRADIRS = types localized tttypes $(NSGMLSDIR)
#if !defined(OpenBSDArchitecture)
EXTRADIRS += util
#endif
XCOMM some of these cannot be built on linux yet.
XCOMM dtksh dtinfo
#if defined(LinuxArchitecture)
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
DTKSHDIR =
DTINFODIR =
#else
@@ -18,7 +21,7 @@ DTINFODIR = dtinfo
#endif
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtspcd \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -27,7 +30,7 @@ SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS)
LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
LINTSUBDIRS = dthelp dsdm dtpad dtfile dtlogin dtwm \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtcreate \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \