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:
gshapiro 2001-10-08 22:35:24 +00:00
parent 32ac4271f4
commit 0895cfbecc

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