2015-12-21 23:39:00 -08:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2015/12/22 07:39:00 sunil Exp $
|
2009-04-02 03:21:08 -07:00
|
|
|
|
2015-12-21 23:39:00 -08:00
|
|
|
all clean:
|
2003-09-23 14:37:11 -07:00
|
|
|
|
|
|
|
distribution:
|
2003-09-25 08:34:25 -07:00
|
|
|
${INSTALL} -c -o root -g wheel -m 644 aliases \
|
2003-09-23 14:37:11 -07:00
|
|
|
${DESTDIR}/etc/mail/aliases
|
2009-03-17 18:56:52 -07:00
|
|
|
${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
|
|
|
|
${DESTDIR}/etc/mail/smtpd.conf
|
2014-09-15 15:28:58 -07:00
|
|
|
${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
|
|
|
|
${DESTDIR}/etc/mail/spamd.conf
|
2003-09-23 14:37:11 -07:00
|
|
|
|
|
|
|
.PHONY: distribution
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include <bsd.sys.mk>
|