aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 60dda7a441aa..3de8f974ba98 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -139,8 +139,12 @@ BIN1+= pf.os
.endif
.if ${MK_SENDMAIL} != "no"
-BIN1+= rc.sendmail
+FILESGROUPS+= SENDMAILRC
+SENDMAILRC= rc.sendmail
.endif
+SENDMAILRCDIR= /etc
+SENDMAILRCMODE= ${BINMODE}
+SENDMAILRCPACKAGE=sendmail
.if ${MK_TCSH} != "no"
BIN1+= csh.cshrc csh.login csh.logout