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

Diff for /src/etc/Makefile between version 1.60 and 1.61

version 1.60, 1997/05/19 19:31:22 version 1.61, 1997/07/22 10:02:46
Line 92 
Line 92 
                     ${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 photuris; \
                   ${INSTALL} -c -o root -g wheel -m 600 secrets.conf \
                       ${DESTDIR}/etc/photuris; \
                   ${INSTALL} -c -o root -g wheel -m 600 attributes.conf \
                       ${DESTDIR}/etc/photuris; \
                   ${INSTALL} -c -o root -g wheel -m 600 photuris.conf \
                       ${DESTDIR}/etc/photuris; \
                   ${INSTALL} -c -o root -g wheel -m 600 photuris.startup \
                       ${DESTDIR}/etc/photuris)
         (cd ppp; \          (cd ppp; \
                 ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \                  ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61