dtmail actually does work now on OpenBSD due to other changes.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Sun, 12 Aug 2012 20:20:36 +0000 (14:20 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 20:20:36 +0000 (14:20 -0600)
cde/programs/Imakefile

index 640e3d88d4b8f1257869c243af3c5c09eabb13c9..5dcebce891a1f0701a540181723c7315a205f89f 100644 (file)
@@ -19,14 +19,9 @@ DTINFODIR =
 DTKSHDIR = dtksh
 DTINFODIR = dtinfo
 #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 \
        dtcalc dtaction dtspcd \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -35,7 +30,7 @@ SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        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 \
        dtcalc dtaction dtcreate \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -43,7 +38,6 @@ LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin dtwm \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))
 LintSubdirs($(LINTSUBDIRS))