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

Diff for /src/etc/Makefile between version 1.170 and 1.171

version 1.170, 2002/08/31 07:28:32 version 1.171, 2002/09/06 21:30:22
Line 130 
Line 130 
                     ${DESTDIR}/etc/mtree; \                      ${DESTDIR}/etc/mtree; \
                 ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.dist \                  ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.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.170  
changed lines
  Added in v.1.171