re-enable building of dtmail, except on OpenBSD
This commit is contained in:
@@ -19,9 +19,14 @@ DTINFODIR =
|
|||||||
DTKSHDIR = dtksh
|
DTKSHDIR = dtksh
|
||||||
DTINFODIR = dtinfo
|
DTINFODIR = dtinfo
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(OpenBSDArchitecture)
|
||||||
|
DTMAILDIR =
|
||||||
|
#else
|
||||||
|
DTMAILDIR = dtmail
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
|
SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtspcd \
|
dtcalc dtaction dtspcd \
|
||||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
@@ -30,7 +35,7 @@ SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
|
|||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
|
||||||
LINTSUBDIRS = dthelp dsdm dtpad dtfile dtlogin dtwm \
|
LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin dtwm \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtcreate \
|
dtcalc dtaction dtcreate \
|
||||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
|
|||||||
Reference in New Issue
Block a user