1# $OpenBSD: Makefile,v 1.13 2015/12/22 07:39:00 sunil Exp $
2
3all clean:
4
5distribution:
6	${INSTALL} -c -o root -g wheel -m 644 aliases \
7	    ${DESTDIR}/etc/mail/aliases
8	${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
9	    ${DESTDIR}/etc/mail/smtpd.conf
10	${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
11	    ${DESTDIR}/etc/mail/spamd.conf
12
13.PHONY: distribution
14.include <bsd.own.mk>
15.include <bsd.sys.mk>
16