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

Diff for /src/etc/Makefile between version 1.3 and 1.4

version 1.3, 1995/12/14 01:19:40 version 1.4, 1995/12/16 21:12:06
Line 56 
Line 56 
                 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 kerberosIV; \
                   install -c -o root -g wheel -m 644 README \
                       ${DESTDIR}/etc/kerberosIV; \
                   install -c -o root -g wheel -m 644 krb.conf \
                       ${DESTDIR}/etc/kerberosIV; \
                   install -c -o root -g wheel -m 644 krb.equiv \
                       ${DESTDIR}/etc/kerberosIV; \
                   install -c -o root -g wheel -m 444 krb.realms \
                       ${DESTDIR}/etc/kerberosIV)
         (cd mtree; \          (cd mtree; \
                 install -c -o root -g wheel -m 600 special \                  install -c -o root -g wheel -m 600 special \
                     ${DESTDIR}/etc/mtree; \                      ${DESTDIR}/etc/mtree; \

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4