From fdcbdbe0d0ee1eddae9236054d91499ca9738f54 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 11 Aug 2012 19:26:04 -0600 Subject: [PATCH] re-enable building of dtmail, except on OpenBSD --- cde/programs/Imakefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index 613b4b15..640e3d88 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -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 \ -- 2.25.1