Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / sendmail-8.14 / devtools / Site / README
1 The Build script will look for the default site configuration files in
2 this directory.  Build will include the following files if they are
3 present in this directory:
4
5         site.config.m4
6         site.OS.$SENDMAIL_SUFFIX.m4
7         site.OS.m4
8         site.post.m4
9
10 OS is the name of the operating system file selected from the devtools/OS
11 directory.  SENDMAIL_SUFFIX is a user environment variable which can be
12 used to further distinguish between site configuration files in this
13 directory.  If set, it will also be used in generating the obj.* directory
14 name.
15
16 Notice: if any of the above files is changed, the -c flag must be
17 specified with the Build command, otherwise those changes will have
18 no effect.
19
20 See the README in the devtools directory for more information.
21
22 $Revision: 8.8 $, Last updated $Date: 2002/02/18 20:57:00 $