add Tahoe support
authorJohn Kohl <jtkohl@mit.edu>
Fri, 21 Dec 1990 14:09:34 +0000 (14:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 21 Dec 1990 14:09:34 +0000 (14:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1597 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imake.tmpl

index 8d644795ef4e5240d436d7aae582d1b1f6a0a2c1..7c0ad8c3ed7c723d5c58f624a01c8a5fec17e768 100644 (file)
  *        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
 #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