make install should not install mail.rc in /etc

This commit is contained in:
wosch 1997-08-15 21:50:02 +00:00
parent 4aa762f9fe
commit 9b7571f208

View File

@ -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