diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-15 21:50:02 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-15 21:50:02 +0000 |
| commit | e569836c71e1b6d99f7fe4bacdc38c1e0249715b (patch) | |
| tree | 906a00f5afec188b19227bd19d4fcdf6c183c7ab /usr.bin/mail | |
| parent | b6e49ed332b1c98ba00594e8d9a4051811cf5fee (diff) | |
Notes
Diffstat (limited to 'usr.bin/mail')
| -rw-r--r-- | usr.bin/mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 872420625245..a84d43ef1a96 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -12,6 +12,8 @@ MLINKS= mail.1 Mail.1 beforeinstall: cd ${.CURDIR}/misc; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \ -m 444 ${SFILES} ${DESTDIR}/usr/share/misc + +etc-mailrc: cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \ -m 644 ${EFILES} ${DESTDIR}/etc |
