1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/etc/mail/Makefile

16 lines
411 B
Makefile
Raw Normal View History

# $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>