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

Diff for /src/etc/Makefile between version 1.216 and 1.217

version 1.216, 2005/02/05 20:40:53 version 1.217, 2005/02/19 11:56:54
Line 18 
Line 18 
         mrouted.conf myname netstart networks newsyslog.conf phones printcap \          mrouted.conf myname netstart networks newsyslog.conf phones printcap \
         protocols rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \          protocols rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \
         remote rpc security services shells spamd.conf syslog.conf weekly \          remote rpc security services shells spamd.conf syslog.conf weekly \
         etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf ospfd.conf          etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf
   
 .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \  .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
     ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \      ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
Line 79 
Line 79 
         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 bgpd.conf ${DESTDIR}/etc
           ${INSTALL} -c -o root -g wheel -m 600 ospfd.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.216  
changed lines
  Added in v.1.217