summaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
commit0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch)
tree28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /share/sendmail
parent7f3c93b7de07382b10f6322cc10203ba493e2898 (diff)
downloadsrc-test2-0b87f79976047c8f4332bbf7dc03146f6b0de79f.tar.gz
src-test2-0b87f79976047c8f4332bbf7dc03146f6b0de79f.zip
Notes
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index 23fefebc4b91..274e4b12e5de 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -26,7 +26,7 @@ copies::
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
.endfor
.for file in ${CFFILES}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
.endfor
symlinks::