[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.48 and 1.49

version 1.48, 1994/06/28 21:48:46 version 1.49, 1995/10/08 04:09:06
Line 91  distribution: distrib-dirs
Line 91  distribution: distrib-dirs
                 ${DESTDIR}/var/run/utmp                  ${DESTDIR}/var/run/utmp
         (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \          (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
             fstab.* ${DESTDIR}/etc)              fstab.* ${DESTDIR}/etc)
           (cd ${DESTDIR}/dev; ./MAKEDEV all)
 .if ${MACHINE} == "tahoe"  .if ${MACHINE} == "tahoe"
         (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \          (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
             ${DESTDIR}/)              ${DESTDIR}/)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb <webmaster@jp.NetBSD.org>