aboutsummaryrefslogtreecommitdiff
path: root/etc/mail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-10-08 22:35:24 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-10-08 22:35:24 +0000
commit741741c2ae959a75907737eaafca82e09023a8c9 (patch)
tree89753467a46aab0154c83ce23e0211899bd411e2 /etc/mail
parentbdede91ff0c1bb64702934eb8c44b4cd2e2d5216 (diff)
downloadsrc-741741c2ae959a75907737eaafca82e09023a8c9.tar.gz
src-741741c2ae959a75907737eaafca82e09023a8c9.zip
Do not clobber users hostname.mc file if freebsd.mc changes (likely after an
installworld). Submitted by: Steve Watt <steve@Watt.COM> MFC after: 2 days
Notes
Notes: svn path=/head/; revision=84684
Diffstat (limited to 'etc/mail')
-rw-r--r--etc/mail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index 12db10562e44..3c9a88c30f89 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -43,7 +43,7 @@
SENDMAIL_MC!= hostname
SENDMAIL_MC:= ${SENDMAIL_MC}.mc
-${SENDMAIL_MC}: freebsd.mc
+${SENDMAIL_MC}:
cp freebsd.mc ${SENDMAIL_MC}
.endif