re-enable building of dtmail, except on OpenBSD
authorJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 01:26:04 +0000 (19:26 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 01:26:04 +0000 (19:26 -0600)
cde/programs/Imakefile

index 613b4b152e5d55878248627c74e036beeb4cb219..640e3d88d4b8f1257869c243af3c5c09eabb13c9 100644 (file)
@@ -19,9 +19,14 @@ DTINFODIR =
 DTKSHDIR = dtksh
 DTINFODIR = dtinfo
 #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 \
        dtcalc dtaction dtspcd \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -30,7 +35,7 @@ SUBDIRS = dthelp dsdm dtpad dtfile dtwm dtlogin \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        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 \
        dtcalc dtaction dtcreate \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \