1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-09 22:38:01 -08:00
openbsd-src/etc/mail/Makefile
sunil 6b7305a890 Now that default smtpd.conf aliases table has been switched to
'file' backend, we no longer have to generate the .db files.

Ok gilles@
2015-12-22 07:39:00 +00:00

16 lines
411 B
Makefile

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