/etc/mail: Install 4 sample mailer.conf 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 SHAREOWN=       root
6 SHAREGRP=       mail
7 FILESMODE=      640
8
9 FILES+=         mailer.conf.dma \
10                 mailer.conf.opensmtpd \
11                 mailer.conf.postfix \
12                 mailer.conf.sendmail
13
14 .include <bsd.prog.mk>