summaryrefslogtreecommitdiff
path: root/etc/mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mail/Makefile')
-rw-r--r--etc/mail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index 83d3f9eb651..8fc6665bcce 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2004/08/14 17:06:03 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2007/02/27 02:22:01 beck Exp $
#
# Generate the various .db versions from their source files.
# The sendmail .mc files are not built here. They live in
@@ -43,6 +43,8 @@ distribution:
${DESTDIR}/etc/mail/trusted-users
${INSTALL} -c -o root -g wheel -m 644 virtusertable \
${DESTDIR}/etc/mail/virtusertable
+ ${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
+ ${DESTDIR}/etc/mail/spamd.conf
makemap hash ${DESTDIR}/etc/mail/virtusertable < virtusertable
@for db in access.db aliases.db genericstable.db mailertable.db \
virtusertable.db; do \