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
This commit is contained in:
Gregory Neil Shapiro 2001-10-08 22:35:24 +00:00
parent bdede91ff0
commit 741741c2ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84684

View File

@ -43,7 +43,7 @@
SENDMAIL_MC!= hostname
SENDMAIL_MC:= ${SENDMAIL_MC}.mc
${SENDMAIL_MC}: freebsd.mc
${SENDMAIL_MC}:
cp freebsd.mc ${SENDMAIL_MC}
.endif