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

Diff for /src/etc/Makefile between version 1.222 and 1.223

version 1.222, 2005/04/13 21:47:07 version 1.223, 2005/04/14 10:22:37
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          etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \
           login.conf moduli pf.os sensorsd.conf
   
 .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \  .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
     ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \      ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
Line 74 
Line 75 
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 hosts.equiv ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 hosts.equiv ${DESTDIR}/etc
         ${INSTALL} -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root          ${INSTALL} -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
         ${INSTALL} -c -o root -g wheel -m 644 login.conf ${DESTDIR}/etc  
         ${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 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 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 sensorsd.conf ${DESTDIR}/etc  
         ${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 hostapd.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

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223