[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.78 and 1.78.2.2

version 1.78, 1997/10/19 15:27:25 version 1.78.2.2, 1997/11/12 01:47:38
Line 8  LOCALTIME= US/Pacific
Line 8  LOCALTIME= US/Pacific
 # an objdir would break the installation stuff below  # an objdir would break the installation stuff below
 NOOBJ=  oobj  NOOBJ=  oobj
   
   # MD Makefile.inc may append MD targets to BIN[123].  Make sure all
   # are empty, to preserve the old semantics of setting them below with "=".
   BIN1=
   BIN2=
   BIN3=
   
 .if exists(etc.${MACHINE}/Makefile.inc)  .if exists(etc.${MACHINE}/Makefile.inc)
 .include "etc.${MACHINE}/Makefile.inc"  .include "etc.${MACHINE}/Makefile.inc"
 .endif  .endif
Line 15  NOOBJ= oobj
Line 21  NOOBJ= oobj
 # -rw-r--r--  # -rw-r--r--
 BINOWN= root  BINOWN= root
 BINGRP= wheel  BINGRP= wheel
 BIN1=   aliases bootptab changelist csh.cshrc csh.login csh.logout daily \  BIN1+=  aliases bootptab changelist csh.cshrc csh.login csh.logout daily \
         daily.conf dm.conf floppytab ftpchroot ftpusers ftpwelcome \          daily.conf dm.conf floppytab ftpchroot ftpusers ftpwelcome \
         gettytab group hosts hosts.lpd inetd.conf lkm.conf \          gettytab group hosts hosts.lpd inetd.conf lkm.conf \
         man.conf monthly monthly.conf mrouted.conf netstart networks \          man.conf monthly monthly.conf mrouted.conf netstart networks \
Line 25  BIN1= aliases bootptab changelist csh.cs
Line 31  BIN1= aliases bootptab changelist csh.cs
         etc.${MACHINE}/disktab          etc.${MACHINE}/disktab
   
 # -rw-rw-r--  # -rw-rw-r--
 BIN2=   motd  BIN2+=  motd
   
 # -rw-------  # -rw-------
 BIN3=   hosts.equiv  BIN3+=  hosts.equiv
   
 NAMEDB= localhost.rev named.boot root.cache  NAMEDB= localhost.rev named.boot root.cache
 PCS=    pcs750.bin  PCS=    pcs750.bin
Line 70  distribution: distrib-dirs
Line 76  distribution: distrib-dirs
                 ${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 NetBSD.dist \                  ${INSTALL} -c -o root -g wheel -m 444 NetBSD.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree; \
                 ${INSTALL} -c -o root -g wheel -m 444 BSD.pkg.dist \                  ${INSTALL} -c -o root -g wheel -m 444 BSD.pkg.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree)
         (cd namedb; \          (cd namedb; \

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.78.2.2

CVSweb <webmaster@jp.NetBSD.org>