Imakefile diffs for OpenBSD.
This commit is contained in:
committed by
Jon Trulson
parent
045c80dd78
commit
131c7a9e04
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user