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