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

Diff for /src/etc/Makefile between version 1.114 and 1.115

version 1.114, 2000/07/18 18:46:05 version 1.115, 2000/08/20 18:42:36
Line 67 
Line 67 
         ${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 ${BINOWN} -g ${BINGRP} -m 555 \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115