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

Diff for /src/etc/Makefile between version 1.228 and 1.229

version 1.228, 2005/11/17 21:28:05 version 1.229, 2005/11/21 16:13:44
Line 96 
Line 96 
                 ${INSTALL} -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                     ${DESTDIR}/root/.profile; \                      ${DESTDIR}/root/.profile; \
                 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \                  rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile                      ${DESTDIR}/.cshrc; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                       ${DESTDIR}/.profile;
         cd skel; \          cd skel; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                     ${DESTDIR}/etc/skel/.cshrc; \                      ${DESTDIR}/etc/skel/.cshrc; \

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229