[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.127 and 1.128

version 1.127, 1999/10/20 17:57:55 version 1.128, 1999/11/05 11:31:40
Line 146  distribution: distrib-dirs
Line 146  distribution: distrib-dirs
                     ${DESTDIR}/root/.login; \                      ${DESTDIR}/root/.login; \
                 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.profile \
                     ${DESTDIR}/root/.profile; \                      ${DESTDIR}/root/.profile; \
                   ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.shrc \
                       ${DESTDIR}/root/.shrc; \
                 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \                  rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \                  ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)                  ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)

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

CVSweb <webmaster@jp.NetBSD.org>