head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	v8_8_8:1.1.1.1
	SENDMAIL:1.1.1
	RELENG_2_2_5_RELEASE:1.3
	v8_8_7:1.1.1.1
	v8_8_6:1.1.1.1
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.1.1.1.2.1
	v8_8_5:1.1.1.1
	v8_8_4:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1.2.1
	v8_8_3:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	v8_8_2:1.1.1.1
	v8_7_6:1.1.1.1
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.2
	v8_7_5:1.1.1.1
	v8_7_4:1.1.1.1
	v8_7_3:1.1.1.1
	v8_7_2:1.1.1.1
	ALLMAN:1.1.1;
locks; strict;
comment	@# @;


1.4
date	98.08.04.16.35.47;	author peter;	state dead;
branches;
next	1.3;

1.3
date	96.10.29.05.35.07;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	96.10.29.05.22.44;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	95.12.02.17.30.22;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.12.02.17.30.22;	author peter;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	96.11.22.05.37.32;	author nate;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove old sendmail (to the Attic)
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 7/19/93

PROG=	mail.local
MAN8=	mail.local.8
BINOWN=	root
BINMODE=4555
INSTALLFLAGS=-fschg
BINDIR=	/usr/libexec

.include <bsd.prog.mk>
@


1.3
log
@Convert the DONT_FSYNC compile time option to a runtime option (like
nobiff).  The options to turn these on are specified in the
LOCAL_MAILER_ARGS define the the sendmail.mc that you build from.
@
text
@@


1.2
log
@Merge in our changes from src/libexec/mail.local.  This version doesn't
violate disk quotas, has more robust locking, is still being developed,
etc.  The main changes merged in were the ability to not fsync() the
mailbox, not do biff/comsat broadcasts, man page fixes.
@
text
@a4 3
.if defined(DONT_FSYNC)
CFLAGS+= -DDONT_FSYNC
.endif
@


1.1
log
@Initial revision
@
text
@d4 4
a7 1
MAN8=	mail.local.0
d11 1
@


1.1.1.1
log
@Import Sendmail-8.7.2 as discussed on -current.

The conflict merge will happen shortly after.
@
text
@@


1.1.1.1.2.1
log
@Merge-O-Matic.

Bring in the more secure 8.8.3 sources onto the soon to be dead stable
branch in order to have them be part of the 2.1.6a 'security update'.

Reviewed by:	Tom Samplonius <tom@@uniserve.com>
@
text
@d4 1
a4 1
MAN8=	mail.local.8
a7 1
BINDIR=	/usr/libexec
@
