xref: /freebsd/libexec/mail.local/Makefile (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
1#	@(#)Makefile	8.1 (Berkeley) 7/19/93
2#	$Id: Makefile,v 1.7 1997/02/22 14:21:47 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
10BINOWN=	root
11BINMODE=4555
12INSTALLFLAGS=-fschg
13
14.include <bsd.prog.mk>
15