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

Diff for /src/etc/Makefile between version 1.356 and 1.357

version 1.356, 2014/04/24 15:05:10 version 1.357, 2014/04/29 21:30:20
Line 131 
Line 131 
         cd root; \          cd root; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                     ${DESTDIR}/root/.cshrc; \                      ${DESTDIR}/root/.cshrc; \
                 ${INSTALL} -c -o root -g wheel -m 600 dot.klogin \  
                     ${DESTDIR}/root/.klogin; \  
                 ${INSTALL} -c -o root -g wheel -m 644 dot.login \                  ${INSTALL} -c -o root -g wheel -m 644 dot.login \
                     ${DESTDIR}/root/.login; \                      ${DESTDIR}/root/.login; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} -c -o root -g wheel -m 644 dot.profile \

Legend:
Removed from v.1.356  
changed lines
  Added in v.1.357