summaryrefslogtreecommitdiff
path: root/etc/mail/Makefile
blob: 1b619b34e0187b66422f445157682d531c5aff40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.13 2015/12/22 07:39:00 sunil Exp $

all clean:

distribution:
	${INSTALL} -c -o root -g wheel -m 644 aliases \
	    ${DESTDIR}/etc/mail/aliases
	${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
	    ${DESTDIR}/etc/mail/smtpd.conf
	${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
	    ${DESTDIR}/etc/mail/spamd.conf

.PHONY: distribution
.include <bsd.own.mk>
.include <bsd.sys.mk>