1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtmail actually does work now on OpenBSD due to other changes.

This commit is contained in:
Pascal Stumpf 2012-08-12 14:20:36 -06:00 committed by Jon Trulson
parent b33cf9fb60
commit 5a8d2bb16f

View file

@ -19,14 +19,9 @@ DTINFODIR =
DTKSHDIR = dtksh DTKSHDIR = dtksh
DTINFODIR = dtinfo DTINFODIR = dtinfo
#endif #endif
#if defined(OpenBSDArchitecture)
DTMAILDIR =
#else
DTMAILDIR = dtmail
#endif
SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \ SUBDIRS = dthelp dsdm dtmail 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 \
@ -35,7 +30,7 @@ SUBDIRS = dthelp dsdm $(DTMAILDIR) 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 $(DTMAILDIR) dtpad dtfile dtlogin dtwm \ LINTSUBDIRS = dthelp dsdm dtmail 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 \
@ -43,7 +38,6 @@ LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin dtwm \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS) dtpdmd $(DTINFODIR) $(EXTRADIRS)
MakeSubdirs($(SUBDIRS)) MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))
LintSubdirs($(LINTSUBDIRS)) LintSubdirs($(LINTSUBDIRS))