[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.293 and 1.294

version 1.293, 2010/10/18 14:54:47 version 1.294, 2010/10/26 20:56:03
Line 255 
Line 255 
             ${DESTDIR}/var/mail/root              ${DESTDIR}/var/mail/root
         ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \          ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \
             ${DESTDIR}/etc/sudoers              ${DESTDIR}/etc/sudoers
           cd rc.d; \
                   ${INSTALL} -c -o root -g wheel -m 644 rc.subr \
                       ${DESTDIR}/etc/rc.d
   
 distribution:  distribution:
         exec ${SUDO} ${MAKE} distribution-etc-root-var          exec ${SUDO} ${MAKE} distribution-etc-root-var

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294