OpenBSD.cf: don't include xorg.cf (leftover)
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index 080f4e96c13d8fa1c93379a16d9a8fdb7d0f0317..75fa2919bd6621812b509d1a564635936b9054a0 100644 (file)
@@ -180,6 +180,12 @@ XCOMM the platform-specific parameters - edit site.def to change
 #ifndef BourneShell                    /* to force shell in makefile */
 #define BourneShell            /bin/sh
 #endif
+#ifndef KornShell
+#define KornShell              /bin/ksh
+#endif
+#ifndef DtKornShell
+#define DtKornShell            /usr/dt/bin/dtksh
+#endif
 #ifndef ConstructMFLAGS
 #if SystemV
 #define ConstructMFLAGS                YES     /* build MFLAGS from MAKEFLAGS */
@@ -396,6 +402,9 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define DependDir $(CONFIGSRC)/makedepend
 #endif
 #endif
+#ifndef DependDefines
+#define DependDefines /**/
+#endif
 #ifndef UNCOMPRESSPATH
 #define UNCOMPRESSPATH /usr/ucb/uncompress
 #endif
@@ -889,6 +898,8 @@ XCOMM the platform-specific parameters - edit site.def to change
 
           PATHSEP = PathSeparator
             SHELL = BourneShell
+        KORNSHELL = KornShell
+      DTKORNSHELL = DtKornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR
@@ -900,6 +911,7 @@ XCOMM the platform-specific parameters - edit site.def to change
         CONFIGSRC = ConfigSrc
          IMAKESRC = $(CONFIGSRC)/imake
         DEPENDSRC = DependDir
+    DEPENDDEFINES = DependDefines
 
           INCROOT = IncRoot            /* base of where to put header files */
         USRLIBDIR = UsrLibDir          /* nonshared libraries */