1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/libexec/mail.local/Makefile
1999-08-28 00:22:10 +00:00

14 lines
268 B
Makefile

# @(#)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>