[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/Makefile between version 1.139 and 1.140

version 1.139, 2000/03/01 16:48:35 version 1.140, 2000/03/10 11:59:35
Line 156  distribution: distrib-dirs
Line 156  distribution: distrib-dirs
         (cd namedb; \          (cd namedb; \
                 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 \                  ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
                     ${NAMEDB} ${DESTDIR}/etc/namedb)                      ${NAMEDB} ${DESTDIR}/etc/namedb)
           (cd rc.d; ${MAKE} install)
         /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.139  
changed lines
  Added in v.1.140

CVSweb <webmaster@jp.NetBSD.org>