summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-08-15 21:50:02 +0000
committerwosch <wosch@FreeBSD.org>1997-08-15 21:50:02 +0000
commit812d6fd9cc0c45c1c0d76329a2db41857a48d879 (patch)
tree18a8bb09a62884e4c6b17770ec68be906e2c6f6c /usr.bin/mail
parent61e13f44980bcdb20e64c451969a1677d97d4304 (diff)
downloadFreeBSD-src-812d6fd9cc0c45c1c0d76329a2db41857a48d879.zip
FreeBSD-src-812d6fd9cc0c45c1c0d76329a2db41857a48d879.tar.gz
make install should not install mail.rc in /etc
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile
index 8724206..a84d43e 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
OpenPOWER on IntegriCloud