[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.66 and 1.67

version 1.66, 1997/02/25 07:37:19 version 1.67, 1997/03/13 04:32:11
Line 63  distribution: distrib-dirs
Line 63  distribution: distrib-dirs
         (cd mtree; \          (cd mtree; \
                 ${INSTALL} -c -o root -g wheel -m 600 special \                  ${INSTALL} -c -o root -g wheel -m 600 special \
                     ${DESTDIR}/etc/mtree; \                      ${DESTDIR}/etc/mtree; \
                 ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \                  ${INSTALL} -c -o root -g wheel -m 444 NetBSD.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree)
         (cd namedb; \          (cd namedb; \
                 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \                  ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
Line 105  distribution: distrib-dirs
Line 105  distribution: distrib-dirs
   
 distrib-dirs:  distrib-dirs:
         ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}          ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}
         -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u          -mtree -def mtree/NetBSD.dist -p ${DESTDIR}/ -u
         cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys          cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys
   
 snapshot: distribution snap_pre snap_tar snap_md  snapshot: distribution snap_pre snap_tar snap_md

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

CVSweb <webmaster@jp.NetBSD.org>