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

Diff for /src/etc/Makefile between version 1.381 and 1.382

version 1.381, 2014/07/16 13:21:33 version 1.382, 2014/07/16 14:34:33
Line 93 
Line 93 
 .else  .else
 distribution-etc-root-var: distrib-dirs  distribution-etc-root-var: distrib-dirs
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${MUTABLE} ${DESTDIR}/etc          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${MUTABLE} ${DESTDIR}/etc
         ksh ttys.pty | cat etc.${MACHINE}/ttys - > ${DESTDIR}/etc/ttys && \          sh ttys.pty | cat etc.${MACHINE}/ttys - > ${DESTDIR}/etc/ttys && \
             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

Legend:
Removed from v.1.381  
changed lines
  Added in v.1.382