Makefile revision 50476
1#	@(#)Makefile	8.1 (Berkeley) 7/19/93
2# $FreeBSD: head/libexec/mail.local/Makefile 50476 1999-08-28 00:22:10Z peter $
3
4.PATH:	${.CURDIR}/../../contrib/sendmail/mail.local \
5	${.CURDIR}/../../contrib/sendmail/src
6
7PROG=	mail.local
8SRCS=	mail.local.c snprintf.c
9MAN8=	mail.local.8
10BINMODE=4555
11INSTALLFLAGS=-fschg
12
13.include <bsd.prog.mk>
14