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

Diff for /src/etc/Makefile between version 1.5 and 1.6

version 1.5, 1995/12/18 15:18:16 version 1.6, 1995/12/18 15:25:09
Line 70 
Line 70 
                     ${DESTDIR}/etc/mtree; \                      ${DESTDIR}/etc/mtree; \
                 install -c -o root -g wheel -m 444 4.4BSD.dist \                  install -c -o root -g wheel -m 444 4.4BSD.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree)
           (cd ppp; \
                   install -c -o root -g wheel -m 644 chap-secrets \
                       ${DESTDIR}/etc/ppp; \
                   install -c -o root -g wheel -m 644 options \
                       ${DESTDIR}/etc/ppp; \
                   install -c -o root -g wheel -m 644 options.leaf \
                       ${DESTDIR}/etc/ppp; \
                   install -c -o root -g wheel -m 644 pap-secrets \
                       ${DESTDIR}/etc/ppp; \
                       ${DESTDIR}/etc/ppp)
         cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \          cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
             ${DESTDIR}/etc/namedb              ${DESTDIR}/etc/namedb
         /bin/rm -f ${DESTDIR}/etc/localtime          /bin/rm -f ${DESTDIR}/etc/localtime

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6