From e569836c71e1b6d99f7fe4bacdc38c1e0249715b Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 15 Aug 1997 21:50:02 +0000 Subject: [PATCH] make install should not install mail.rc in /etc --- usr.bin/mail/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 87242062524..a84d43ef1a9 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