aboutsummaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-06-04 18:24:05 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-06-04 18:24:05 +0000
commitfc252050db71e2fb96bcddf73362a2da5fc15597 (patch)
tree0c65bd38a612174f2c99bd4ac0c4ada382eb384c /share/sendmail
parentd5691513974869c396c8cc3fc12360cee71acd9b (diff)
downloadsrc-fc252050db71e2fb96bcddf73362a2da5fc15597.tar.gz
src-fc252050db71e2fb96bcddf73362a2da5fc15597.zip
MFC: Fix install usage (Don't use -c with -d).
Revision Changes Path 1.4 +2 -2 src/share/sendmail/Makefile
Notes
Notes: svn path=/stable/4/; revision=77711
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 67b3b77741af..23fefebc4b91 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -23,7 +23,7 @@ beforeinstall: ${SHARED}
copies::
.for dir in ${CFDIRS}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
+ ${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}