summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/Imake.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl
index 8d644795e..7c0ad8c3e 100644
--- a/src/config/Imake.tmpl
+++ b/src/config/Imake.tmpl
@@ -50,6 +50,11 @@
* existing .cf files for examples of what to put there.
*/
+#ifdef tahoe
+#define TahoeArchitecture
+#endif
+
+
#ifdef ultrix
#define MacroIncludeFile <ultrix.cf>
#define MacroFile ultrix.cf
@@ -72,6 +77,11 @@
#define VaxArchitecture
#endif
+#if defined(tahoe) && !defined(SYSV)
+#define MacroIncludeFile <tahoebsd.cf>
+#define MacroFile tahoebsd.cf
+#endif
+
#ifdef sun
#define MacroIncludeFile <sun.cf>
#define MacroFile sun.cf