[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.2.6 and 1.79

version 1.78.2.6, 1998/07/20 15:22:21 version 1.79, 1997/10/23 22:53:30
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 21  BIN3=
Line 15  BIN3=
 # -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 ld.so.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 \
         newsyslog.conf phones printcap profile protocols rbootd.conf rc \          newsyslog.conf phones printcap profile protocols rbootd.conf rc \
         rc.conf rc.lkm rc.local rc.subr remote rpc security security.conf \          rc.conf rc.lkm rc.local rc.subr remote rpc security security.conf \
Line 31  BIN1+= aliases bootptab changelist csh.c
Line 25  BIN1+= aliases bootptab changelist csh.c
         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 78  distribution: distrib-dirs
Line 72  distribution: distrib-dirs
                 ${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; \  
                 ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.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 116  distribution: distrib-dirs
Line 108  distribution: distrib-dirs
                 ${DESTDIR}/var/msgs/bounds                  ${DESTDIR}/var/msgs/bounds
         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/run/utmp                  ${DESTDIR}/var/run/utmp
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/atc_scores  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/battlestar.log  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/cfscores  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/criblog  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/robots_roll  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/rogue.scores  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/saillog  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/snakerawscores  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/snake.log  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/tetris.scores  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/larn/llog12.0  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/larn/lscore12.0  
         ${INSTALL} -c -o games -g games -m 664 /dev/null \  
                 ${DESTDIR}/var/games/larn/playerids  
         (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)          (cd ${DESTDIR}/dev; ./MAKEDEV all)

Legend:
Removed from v.1.78.2.6  
changed lines
  Added in v.1.79

CVSweb <webmaster@jp.NetBSD.org>