diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-29 09:40:17 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-29 09:40:17 +0000 |
commit | d2893b161bbea64e099654c0dd78073cfb5667b0 (patch) | |
tree | 5612f3de1042a85c3a65ed7da6124c3d8da3d097 /usr.bin/mail | |
parent | d46a53126ccd583de1c3f4b6e927c89e1f09f09d (diff) | |
download | src-d2893b161bbea64e099654c0dd78073cfb5667b0.tar.gz src-d2893b161bbea64e099654c0dd78073cfb5667b0.zip |
Notes
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 6891c7728d72..491d06f97c50 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -14,7 +14,7 @@ MLINKS= mail.1 Mail.1 mail.1 mailx.1 .PATH: ${.CURDIR}/misc etc-mailrc: - cd ${.CURDIR}/misc; ${INSTALL} ${COPY} -o root -g wheel \ + cd ${.CURDIR}/misc; ${INSTALL} -o root -g wheel \ -m 644 ${EFILES} ${DESTDIR}/etc .include <bsd.prog.mk> |