BSD 3 development
[unix-history] / .ref-BSD-2 / src / Mail / READ_ME
CommitLineData
af1f3150
KS
1In order to compile Mail for your machine, you must make sure
2that you have the right versions of "local.c" and "local.h"
3These have the naming convention that the non-prefixed version is
4a copy of a real version and may be clobbered. The real version are
5prefixed with single characters with the following scheme:
6
7 v Vax 11 version (really version 7)
8 c EECS Cory hall version
9 i Ingres (virgin version 6)
10
11You also will need the correct makefile. These are named with suffixes:
12.vax for Vax, .cory for Cory, and .ing for ingres.
13
14Note that if you are non Version 7 you will need _stat.c which makes
15the Version 6 stat() call look like that of Version 7.