diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-05-29 17:55:49 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-05-29 17:55:49 +0000 |
| commit | 99e8005137088aafb1350e23b113d69b01b0820f (patch) | |
| tree | 4aa59bdd8e48ff1e10befcc002967e0c374a7584 /share/sendmail | |
| parent | 5f558fa42f38616bf67fa99741a5af077e72d8d3 (diff) | |
Notes
Diffstat (limited to 'share/sendmail')
| -rw-r--r-- | share/sendmail/Makefile | 2 |
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} |
