aboutsummaryrefslogtreecommitdiff
path: root/libexec/mail.local/Makefile
blob: 1e902803f8f6db0e12dd21e94b86d534d02126e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 7/19/93
# $FreeBSD$

.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>