summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
committerru <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
commitcd7c90d38fcfaa98c9e2a069b70138ddf87e3955 (patch)
tree28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /etc/sendmail
parent700fcd80fce2f08200f5778781eb49372f0dbb64 (diff)
downloadFreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.zip
FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.tar.gz
s/${INSTALL} -c/${INSTALL} ${COPY}/
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index 394d7b1..58abfbf 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -116,9 +116,9 @@ distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
${DEST_CF}
.endif
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.mc \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.mc \
${DESTDIR}/etc/mail/freebsd.submit.mc
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.cf \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.cf \
${DESTDIR}/etc/mail/freebsd.submit.cf
.ifndef SENDMAIL_SET_USER_ID
.if defined(INSTALL_SUBMIT_CF)
@@ -127,13 +127,13 @@ distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF}
${INSTALL_SUBMIT_CF} ${DEST_SUBMIT_CF}
.endif
.else
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.cf \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${CFDIR}/cf/submit.cf \
${DEST_SUBMIT_CF}
.endif
.endif
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SMDIR}/helpfile \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${SMDIR}/helpfile \
${DESTDIR}/etc/mail/helpfile
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
${DESTDIR}/var/log/sendmail.st
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud