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

Diff for /src/etc/Makefile between version 1.287 and 1.288

version 1.287, 2010/03/23 21:31:02 version 1.288, 2010/06/05 17:29:14
Line 101 
Line 101 
         ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc
           ${INSTALL} -c -o root -g wheel -m 600 ldapd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
             etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev              etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
         cd root; \          cd root; \
Line 248 
Line 249 
         cd ../gnu/usr.bin/lynx && exec ${MAKE} -f Makefile.bsd-wrapper distribution          cd ../gnu/usr.bin/lynx && exec ${MAKE} -f Makefile.bsd-wrapper distribution
         cd ../usr.bin/bgplg && exec ${MAKE} distribution          cd ../usr.bin/bgplg && exec ${MAKE} distribution
         cd ../usr.bin/mail && exec ${MAKE} distribution          cd ../usr.bin/mail && exec ${MAKE} distribution
           cd ../usr.sbin/ldapd && exec ${MAKE} distribution
         cd mail && exec ${MAKE} distribution          cd mail && exec ${MAKE} distribution
         ${INSTALL} -c -o root -g wheel -m 600 root/root.mail \          ${INSTALL} -c -o root -g wheel -m 600 root/root.mail \
             ${DESTDIR}/var/mail/root              ${DESTDIR}/var/mail/root

Legend:
Removed from v.1.287  
changed lines
  Added in v.1.288