[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.306 and 1.306.2.8

version 1.306, 2005/03/08 07:39:30 version 1.306.2.8, 2005/10/07 11:56:16
Line 91  UTMPGRP= utmp
Line 91  UTMPGRP= utmp
 BIN1+=  bootptab changelist csh.cshrc csh.login csh.logout daily \  BIN1+=  bootptab changelist csh.cshrc csh.login csh.logout daily \
         daily.conf dm.conf floppytab ftpchroot ftpusers \          daily.conf dm.conf floppytab ftpchroot ftpusers \
         gettytab group hosts hosts.lpd inetd.conf lkm.conf locate.conf \          gettytab group hosts hosts.lpd inetd.conf lkm.conf locate.conf \
         mailer.conf man.conf monthly monthly.conf mrouted.conf \          mailer.conf man.conf monthly monthly.conf mrouted.conf named.conf \
         netconfig networks newsyslog.conf nsswitch.conf ntp.conf \          netconfig networks newsyslog.conf nsswitch.conf ntp.conf \
         passwd.conf phones printcap profile protocols \          passwd.conf phones printcap profile protocols \
         rbootd.conf rc rc.conf rc.lkm rc.local rc.subr rc.shutdown remote rpc \          rbootd.conf rc rc.conf rc.lkm rc.local rc.subr rc.shutdown remote rpc \
Line 228  CONFIGFILES+=  ${file}
Line 228  CONFIGFILES+=  ${file}
 FILESMODE_${file:T}=    600  FILESMODE_${file:T}=    600
 .endfor  .endfor
   
 CONFIGFILES+=           postinstall  
 FILESMODE_postinstall=  ${BINMODE}  
   
 CONFIGFILES+=           aliases  CONFIGFILES+=           aliases
 FILESDIR_aliases=       /etc/mail  FILESDIR_aliases=       /etc/mail
 FILESMODE_aliases=      644  FILESMODE_aliases=      644
Line 283  install-etc-files: .PHONY check_DESTDIR 
Line 280  install-etc-files: .PHONY check_DESTDIR 
                 uucp dialer             640     /var/log/aculog \                  uucp dialer             640     /var/log/aculog \
                 ${BINOWN} ${BINGRP}     600     /var/log/authlog \                  ${BINOWN} ${BINGRP}     600     /var/log/authlog \
                 root wheel              600     /var/log/cron \                  root wheel              600     /var/log/cron \
                 ${BINOWN} ${BINGRP}     664     /var/log/lastlog \                  ${BINOWN} ${UTMPGRP}    664     /var/log/lastlog \
                 ${BINOWN} ${BINGRP}     664     /var/log/lastlogx \                  ${BINOWN} ${UTMPGRP}    664     /var/log/lastlogx \
                 ${BINOWN} ${BINGRP}     640     /var/log/lpd-errs \                  ${BINOWN} ${BINGRP}     640     /var/log/lpd-errs \
                 ${BINOWN} ${BINGRP}     600     /var/log/maillog \                  ${BINOWN} ${BINGRP}     600     /var/log/maillog \
                 ${BINOWN} ${BINGRP}     644     /var/log/messages \                  ${BINOWN} ${BINGRP}     644     /var/log/messages \
                 ${BINOWN} ${BINGRP}     600     /var/log/secure \                  ${BINOWN} ${BINGRP}     600     /var/log/secure \
                 ${BINOWN} ${BINGRP}     644     /var/log/sendmail.st \                  ${BINOWN} ${BINGRP}     644     /var/log/sendmail.st \
                 ${BINOWN} ${BINGRP}     644     /var/log/wtmp \                  ${BINOWN} ${UTMPGRP}    664     /var/log/wtmp \
                 ${BINOWN} ${BINGRP}     644     /var/log/wtmpx \                  ${BINOWN} ${UTMPGRP}    664     /var/log/wtmpx \
                 ${BINOWN} ${BINGRP}     600     /var/log/xferlog \                  ${BINOWN} ${BINGRP}     600     /var/log/xferlog \
                 daemon staff            664     /var/msgs/bounds \                  daemon staff            664     /var/msgs/bounds \
                 ${BINOWN} ${UTMPGRP}    664     /var/run/utmp \                  ${BINOWN} ${UTMPGRP}    664     /var/run/utmp \
Line 338  install-etc-files: .PHONY check_DESTDIR 
Line 335  install-etc-files: .PHONY check_DESTDIR 
 #  #
 OBSOLETE.dir=           ${.OBJDIR}/obsolete.dir  OBSOLETE.dir=           ${.OBJDIR}/obsolete.dir
 OBSOLETE.files=         base comp etc games man misc text  OBSOLETE.files=         base comp etc games man misc text
   .if ${MKX11} != "no"
   OBSOLETE.files+=        xbase xcomp xetc xfont xserver
   .endif
   
 install-obsolete-lists: .PHONY  install-obsolete-lists: .PHONY
         mkdir -p ${OBSOLETE.dir}          mkdir -p ${OBSOLETE.dir}
   .if ${MKX11} != "no"
           (cd ${NETBSDSRCDIR}/distrib/sets && \
               MAKE=${MAKE:Q} ${HOST_SH} ./makeobsolete -b -t ${OBSOLETE.dir})
   .else
         (cd ${NETBSDSRCDIR}/distrib/sets && \          (cd ${NETBSDSRCDIR}/distrib/sets && \
             MAKE=${MAKE:Q} ${HOST_SH} ./makeobsolete -t ${OBSOLETE.dir})              MAKE=${MAKE:Q} ${HOST_SH} ./makeobsolete -t ${OBSOLETE.dir})
   .endif
 .for file in ${OBSOLETE.files}  .for file in ${OBSOLETE.files}
         ${_MKMSG_INSTALL} ${DESTDIR}/var/db/obsolete/${file}          ${_MKMSG_INSTALL} ${DESTDIR}/var/db/obsolete/${file}
         ${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \          ${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
Line 604  clean:
Line 609  clean:
         -rm -rf ${CDROM.dir} ${CDROM.pathlist} ${OBSOLETE.dir}          -rm -rf ${CDROM.dir} ${CDROM.pathlist} ${OBSOLETE.dir}
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
   
   test:
           @echo ${OBSOLETE.files}

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.306.2.8

CVSweb <webmaster@jp.NetBSD.org>