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

Diff for /src/etc/Makefile between version 1.108 and 1.109

version 1.108, 2000/04/07 02:33:38 version 1.109, 2000/04/25 20:52:47
Line 83 
Line 83 
                 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \                  rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \                  ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)                  ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
           (cd skel; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                       ${DESTDIR}/etc/skel/.cshrc; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.login \
                       ${DESTDIR}/etc/skel/.login; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \
                       ${DESTDIR}/etc/skel/.mailrc; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                       ${DESTDIR}/etc/skel/.profile; \
                   ${INSTALL} -c -o root -g wheel -m 644 dot.rhosts \
                       ${DESTDIR}/etc/skel/.rhosts)
         (cd kerberosIV; \          (cd kerberosIV; \
                 ${INSTALL} -c -o root -g wheel -m 644 README \                  ${INSTALL} -c -o root -g wheel -m 644 README \
                     ${DESTDIR}/etc/kerberosIV; \                      ${DESTDIR}/etc/kerberosIV; \

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109