xref: /csrg-svn/usr.sbin/sendmail/READ_ME (revision 36585)
1*36585Sbostic/*
2*36585Sbostic * Copyright (c) 1988 The Regents of the University of California.
3*36585Sbostic * All rights reserved.
4*36585Sbostic *
5*36585Sbostic * Redistribution and use in source and binary forms are permitted
6*36585Sbostic * provided that the above copyright notice and this paragraph are
7*36585Sbostic * duplicated in all such forms and that any documentation,
8*36585Sbostic * advertising materials, and other materials related to such
9*36585Sbostic * distribution and use acknowledge that the software was developed
10*36585Sbostic * by the University of California, Berkeley.  The name of the
11*36585Sbostic * University may not be used to endorse or promote products derived
12*36585Sbostic * from this software without specific prior written permission.
13*36585Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*36585Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*36585Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*36585Sbostic *
17*36585Sbostic *	@(#)READ_ME	4.2 (Berkeley) 01/19/89
18*36585Sbostic */
1910221Seric
20*36585SbosticMakefile	A Makefile that will do a vanilla install for you.
21*36585Sbosticaux		Auxiliary programs for sendmail like rmail and binmail.
22*36585Sbosticcf		Configuration files.
23*36585Sbosticdoc		Documentation.
24*36585Sbosticsrc		The source for the sendmail program itself.
25