Fix modes and ownership of /etc/mail reinstallable files
[dragonfly.git] / libexec / dma / mailer-conf / Makefile
1 # This installs standard mailer.conf samples based on sendmail, postfix
2 # and OpenSMTPD from ports.  They are overwritten during each installworld
3
4 FILESDIR=       /etc/mail/
5 FILESMODE=      644
6
7 FILES+=         README \
8                 mailer.conf.dma \
9                 mailer.conf.opensmtpd \
10                 mailer.conf.postfix \
11                 mailer.conf.sendmail
12
13 .include <bsd.prog.mk>