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

Diff for /src/etc/Makefile between version 1.162 and 1.163

version 1.162, 2002/05/16 15:00:48 version 1.163, 2002/05/21 01:41:04
Line 76 
Line 76 
         ${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 ${BINOWN} -g ${BINGRP} -m 555 \  
              MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev  
         cd root; \          cd root; \
                 ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                     ${DESTDIR}/root/.cshrc; \                      ${DESTDIR}/root/.cshrc; \

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163