xref: /freebsd/libexec/mail.local/Makefile (revision 0c43d89a0d8e976ca494d4837f4c1f3734d2c300)
1#	@(#)Makefile	8.1 (Berkeley) 7/19/93
2
3PROG=	mail.local
4MAN8=	mail.local.8
5BINOWN=	root
6BINMODE=4555
7INSTALLFLAGS=-fschg
8
9.include <bsd.prog.mk>
10