blob: 8a6b02e6a8ca6556ff820e70c4092812659b03cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The Build script will look for the default site configuration files in
this directory. Build will include the following files if they are
present in this directory:
site.config.m4
site.OS.$SENDMAIL_SUFFIX.m4
site.OS.m4
site.post.m4
OS is the name of the operating system file selected from the devtools/OS
directory. SENDMAIL_SUFFIX is a user environment variable which can be
used to further distinguish between site configuration files in this
directory. If set, it will also be used in generating the obj.* directory
name.
See the README in the devtools directory for more information.
Revision: 8.7, Last updated Date: 1999/12/17 00:10:40
|