xref: /dragonfly/etc/sendmail/Makefile (revision 279dd846)
1# This installs the sendmail mc templates and the makefile used to
2# generate sendmail.cf and sendmail.submit.cf.  A README is also installed
3
4FILESDIR=	/etc/mail
5FILESMODE=	644
6
7FILES+=		Makefile.4install \
8		README \
9		dragonfly.mc \
10		dragonfly.submit.mc
11FILESNAME_Makefile.4install=Makefile
12
13.include <bsd.prog.mk>
14