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

Diff for /src/etc/Makefile between version 1.373 and 1.374

version 1.373, 2014/07/15 08:28:43 version 1.374, 2014/07/15 09:11:18
Line 101 
Line 101 
             chown ${BINOWN} ${DESTDIR}/etc/ttys && \              chown ${BINOWN} ${DESTDIR}/etc/ttys && \
             chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \              chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \
             chmod 644 ${DESTDIR}/etc/ttys              chmod 644 ${DESTDIR}/etc/ttys
         cat sysctl.conf etc.${MACHINE}/sysctl.conf > \          cat examples/sysctl.conf etc.${MACHINE}/sysctl.conf > \
             ${DESTDIR}/etc/examples/sysctl.conf && \              ${DESTDIR}/etc/examples/sysctl.conf && \
             chown ${BINOWN} ${DESTDIR}/etc/examples/sysctl.conf && \              chown ${BINOWN} ${DESTDIR}/etc/examples/sysctl.conf && \
             chgrp ${BINGRP} ${DESTDIR}/etc/examples/sysctl.conf && \              chgrp ${BINGRP} ${DESTDIR}/etc/examples/sysctl.conf && \

Legend:
Removed from v.1.373  
changed lines
  Added in v.1.374