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

Diff for /src/etc/Makefile between version 1.339 and 1.340

version 1.339, 2013/12/15 17:40:45 version 1.340, 2014/01/09 18:51:30
Line 193 
Line 193 
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \                  ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \
                     ${DESTDIR}/etc/ppp                      ${DESTDIR}/etc/ppp
           cd signify; \
                   ${INSTALL} -c -o root -g wheel -m 644 *.pub \
                       ${DESTDIR}/etc/signify
         cd systrace; \          cd systrace; \
                 ${INSTALL} -c -o root -g wheel -m 600 usr_sbin_lpd \                  ${INSTALL} -c -o root -g wheel -m 600 usr_sbin_lpd \
                     ${DESTDIR}/etc/systrace; \                      ${DESTDIR}/etc/systrace; \

Legend:
Removed from v.1.339  
changed lines
  Added in v.1.340