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

Diff for /src/etc/Makefile between version 1.86 and 1.87

version 1.86, 1998/05/05 21:51:51 version 1.87, 1998/05/23 19:22:30
Line 131 
Line 131 
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \                  ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \
                     ${DESTDIR}/etc/ppp)                      ${DESTDIR}/etc/ppp)
         cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \          cd namedb; ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \
             ${DESTDIR}/etc/namedb              ${DESTDIR}/var/named
         /bin/rm -f ${DESTDIR}/etc/localtime          /bin/rm -f ${DESTDIR}/etc/localtime
         ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime          ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
         /bin/rm -f ${DESTDIR}/etc/rmt          /bin/rm -f ${DESTDIR}/etc/rmt

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87