diff options
Diffstat (limited to 'usr.bin/mail/Makefile')
-rw-r--r-- | usr.bin/mail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 884825ef3cedb..d5601414346db 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -6,7 +6,6 @@ SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \ quit.c send.c strings.c temp.c tty.c vars.c SFILES= mail.help mail.tildehelp -EFILES= mail.rc LINKS= ${BINDIR}/mail ${BINDIR}/Mail MLINKS= mail.1 Mail.1 @@ -14,6 +13,6 @@ beforeinstall: cd ${.CURDIR}/misc; install -c -o ${BINOWN} -g ${BINGRP} \ -m 444 ${SFILES} ${DESTDIR}/usr/share/misc cd ${.CURDIR}/misc; install -c -o ${BINOWN} -g ${BINGRP} \ - -m 444 ${EFILES} ${DESTDIR}/etc + -m 444 mail.rc ${DESTDIR}/etc/mail.rc.sample .include <bsd.prog.mk> |