freebsd-dev/libexec/mail.local/Makefile

14 lines
310 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.8 1998/08/04 15:30:17 peter Exp $
.PATH: ${.CURDIR}/../../contrib/sendmail/mail.local \
${.CURDIR}/../../contrib/sendmail/src
1994-05-27 12:39:25 +00:00
PROG= mail.local
SRCS= mail.local.c snprintf.c
MAN8= mail.local.8
1994-05-27 12:39:25 +00:00
BINMODE=4555
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>