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

Diff for /src/etc/Makefile between version 1.184 and 1.185

version 1.184, 2003/08/21 19:10:19 version 1.185, 2003/09/23 21:37:11
Line 230 
Line 230 
         cd ../lib/libssl && exec ${MAKE} distribution          cd ../lib/libssl && exec ${MAKE} distribution
         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/mail && exec ${MAKE} distribution          cd ../usr.bin/mail && exec ${MAKE} distribution
         ${INSTALL} -c -o root -g ${BINGRP} -m 644 aliases \          cd mail && exec ${MAKE} distribution
             ${DESTDIR}/etc/mail/aliases  
         /usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/mail/sendmail.cf \  
             -bi -O AliasFile=${DESTDIR}/etc/mail/aliases \  
             -O DontBlameSendmail=mapinunsafedirpath  
         ${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
         ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \          ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185