diff options
Diffstat (limited to 'etc/mail/Makefile')
-rw-r--r-- | etc/mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 833b45f..fed02d3 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -153,7 +153,9 @@ maps: ${SENDMAIL_MAP_OBJ} aliases: ${SENDMAIL_ALIASES}.db install: ${INSTALL_CF} +.if ${INSTALL_CF} != /etc/mail/sendmail.cf ${INSTALL} -c -m ${SHAREMODE} ${INSTALL_CF} /etc/mail/sendmail.cf +.endif start: (. /etc/defaults/rc.conf; source_rc_confs; \ |