#	@(#)Makefile	8.1 (Berkeley) 7/19/93
# $FreeBSD: stable/2.2/libexec/mail.local/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	mail.local
MAN8=	mail.local.8
.if defined(DONT_FSYNC)
CFLAGS+= -DDONT_FSYNC
.endif
BINOWN=	root
BINMODE=4555
INSTALLFLAGS=-fschg

.include <bsd.prog.mk>
