mirror of
https://github.com/openbsd/src.git
synced 2025-01-09 22:38:01 -08:00
6b7305a890
'file' backend, we no longer have to generate the .db files. Ok gilles@
16 lines
411 B
Makefile
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>
|