[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.67 and 1.68

version 1.67, 1997/03/13 04:32:11 version 1.68, 1997/03/24 18:10:00
Line 45  distribution: distrib-dirs
Line 45  distribution: distrib-dirs
         ${INSTALL} -c -o root -g wheel -m 600 crontab \          ${INSTALL} -c -o root -g wheel -m 600 crontab \
             ${DESTDIR}/var/cron/tabs/root              ${DESTDIR}/var/cron/tabs/root
         ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc          ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
         chroot ${DESTDIR}/ pwd_mkdb -p /etc/master.passwd          pwd_mkdb -p -d ${DESTDIR}/ ${DESTDIR}/etc/master.passwd
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
              MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev               MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
         (cd root; \          (cd root; \

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb <webmaster@jp.NetBSD.org>