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

Diff for /src/etc/Makefile between version 1.127 and 1.128

version 1.127, 2001/06/26 16:52:39 version 1.128, 2001/06/26 18:00:18
Line 208 
Line 208 
                 ${DESTDIR}/var/msgs/bounds                  ${DESTDIR}/var/msgs/bounds
         ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \
                 ${DESTDIR}/var/run/utmp                  ${DESTDIR}/var/run/utmp
 .if (${MACHINE_ARCH} == "mips")  
         (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g wheel -m 444 \  
             ld.so.conf ${DESTDIR}/etc)  
 .endif  
 .ifndef NOMAKEDEV  .ifndef NOMAKEDEV
         (cd ${DESTDIR}/dev; ./MAKEDEV all)          (cd ${DESTDIR}/dev; ./MAKEDEV all)
 .endif  .endif

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128