Take out VPATH; take out special cases Krb5Root for RS/6000 and decmips
authorTheodore Tso <tytso@mit.edu>
Tue, 9 Mar 1993 22:55:41 +0000 (22:55 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 9 Mar 1993 22:55:41 +0000 (22:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2522 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index 09315aceedea9a179358435929711ca5066c1f41..1619a129de70d44f4c69a14922270af61af9efac 100644 (file)
 #define        CcCmd cc -pipe
 #endif
 
+/*
+ * If you want to use VPATH to do makefile building, set it here.
+ */
+#undef Use_VPATH
+
 /* The -Z flag is a special loader flag at Athena to unmap page zero on
    some architectures that normally allow p0 references, e.g. VAX BSD.
 
 .SUFFIXES:
 .SUFFIXES: .et .c .h .o
 
-#define Krb5Root       /mit/krb5/rsaix
 #undef LdLibLocations
 #define LdLibLocations -L/usr/athena/lib/shared -L/mit/krb5/rsaix/lib/shared
 #endif
 
-#ifdef UltrixArchitecture
-#define        Krb5Root        /mit/krb5/decmips
-#endif
-
 #define        AthenaEnv YES           /* Define this if you are in the
                                   athena environment.
                                   No one else should define this.  */