Makefile revision 39495
1#	@(#)Makefile	8.1 (Berkeley) 7/19/93
2#	$Id: Makefile,v 1.8 1998/08/04 15:30:17 peter Exp $
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