summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-03-09 22:55:41 +0000
committerTheodore Tso <tytso@mit.edu>1993-03-09 22:55:41 +0000
commita24a91a1eb925f886d80feed7d627ce67699ff69 (patch)
tree7879c34b2ee637239cda26a6b3ff4703e21e671c /src
parentf48976c6baf12fffa6109ab4d930c8eedb4bc1ac (diff)
downloadkrb5-a24a91a1eb925f886d80feed7d627ce67699ff69.tar.gz
krb5-a24a91a1eb925f886d80feed7d627ce67699ff69.tar.xz
krb5-a24a91a1eb925f886d80feed7d627ce67699ff69.zip
Take out VPATH; take out special cases Krb5Root for RS/6000 and decmips
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config/site.def b/src/config/site.def
index 09315acee..1619a129d 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -115,6 +115,11 @@
#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.
@@ -215,15 +220,10 @@
.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. */