make install should not install mail.rc in /etc

This commit is contained in:
Wolfram Schneider 1997-08-15 21:50:02 +00:00
parent b6e49ed332
commit e569836c71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28241

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