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

Diff for /src/etc/Makefile between version 1.106 and 1.107

version 1.106, 2000/01/11 13:50:03 version 1.107, 2000/04/06 18:26:04
Line 12 
Line 12 
 # -rw-r--r--  # -rw-r--r--
 BINOWN= root  BINOWN= root
 BINGRP= wheel  BINGRP= wheel
 BIN1=   aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \  BIN1=   bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
         daily dhcpd.conf dhcpd.interfaces dm.conf exports ftpusers \          daily dhcpd.conf dhcpd.interfaces dm.conf exports ftpusers \
         ftpchroot gettytab group hosts hosts.lpd ifaliases inetd.conf \          ftpchroot gettytab group hosts hosts.lpd ifaliases inetd.conf \
         ipf.rules ksh.kshrc locate.rc man.conf monthly motd mrouted.conf \          ipf.rules ksh.kshrc locate.rc man.conf monthly motd mrouted.conf \
Line 206 
Line 206 
         (cd ../lib/libssl; ${MAKE} -f Makefile.bsd-wrapper distribution)          (cd ../lib/libssl; ${MAKE} -f Makefile.bsd-wrapper distribution)
         (cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution)          (cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution)
         (cd ../usr.bin/mail; ${MAKE} distribution)          (cd ../usr.bin/mail; ${MAKE} distribution)
         /usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/sendmail.cf -bi -O AliasFile=${DESTDIR}/etc/aliases          ${INSTALL} -c -o root -g ${BINGRP} -m 644 aliases \
               ${DESTDIR}/etc/mail/aliases
           /usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/mail/sendmail.cf \
               -bi -O AliasFile=${DESTDIR}/etc/mail/aliases
         ${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.106  
changed lines
  Added in v.1.107