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

Diff for /src/etc/Makefile between version 1.206 and 1.207

version 1.206, 2004/05/04 23:37:04 version 1.207, 2004/05/18 16:45:46
Line 58 
Line 58 
 .else  .else
 distribution-etc-root-var: distrib-dirs  distribution-etc-root-var: distrib-dirs
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
         cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \          ksh 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.206  
changed lines
  Added in v.1.207