#	@(#)Makefile	8.1 (Berkeley) 7/19/93
# $FreeBSD: stable/3/libexec/mail.local/Makefile 50572 1999-08-29 15:04:30Z peter $

.PATH:	${.CURDIR}/../../contrib/sendmail/mail.local \
	${.CURDIR}/../../contrib/sendmail/src

PROG=	mail.local
SRCS=	mail.local.c snprintf.c
MAN8=	mail.local.8
BINMODE=4555
INSTALLFLAGS=-fschg

.include <bsd.prog.mk>
