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

Diff for /src/etc/Makefile between version 1.196 and 1.197

version 1.196, 2004/02/07 23:26:56 version 1.197, 2004/02/10 23:07:37
Line 20 
Line 20 
         phones printcap protocols rbootd.conf rc rc.conf rc.local \          phones printcap protocols rbootd.conf rc rc.conf rc.local \
         rc.securelevel rc.shutdown remote rpc security services \          rc.securelevel rc.shutdown remote rpc security services \
         shells spamd.conf syslog.conf weekly etc.${MACHINE}/disktab \          shells spamd.conf syslog.conf weekly etc.${MACHINE}/disktab \
         dhclient.conf mailer.conf bgpd.conf          dhclient.conf mailer.conf
   
 .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \  .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \      ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \
Line 79 
Line 79 
         ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
         pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd          pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
         ${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc
           ${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 644 pf.os ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 644 pf.os ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 644 sensorsd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 644 sensorsd.conf ${DESTDIR}/etc

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197