[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.36 and 1.37

version 1.36, 1997/01/21 12:02:41 version 1.37, 1997/01/22 11:13:53
Line 29 
Line 29 
 WCS1=   wcs fppwcs poc poc1 poc2 fppoc  WCS1=   wcs fppwcs poc poc1 poc2 fppoc
 WCS2=   fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual  WCS2=   fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
   
   # Use NOGZIP on architectures where the gzip'ing would take too much time
   # (pmax or slower :-)).  This way you get only tar'ed snap files and you can
   # gzip them on a faster machine
   .ifndef NOGZIP
   GZIP?=          gzip
   GZIPFLAGS?=     -9
   GZIPEXT?=       .gz
   .else
   GZIP=           cat
   GZIPFLAGS=
   GZIPEXT=
   .endif
   
 all clean cleandir depend etc install lint:  all clean cleandir depend etc install lint:
   
 .ifndef DESTDIR  .ifndef DESTDIR
Line 37 
Line 50 
         @false          @false
 .else  .else
 distribution-etc-root-var: distrib-dirs  distribution-etc-root-var: distrib-dirs
         install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
         cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \          cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \
             chown ${BINOWN} ${DESTDIR}/etc/ttys && \              chown ${BINOWN} ${DESTDIR}/etc/ttys && \
             chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \              chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \
Line 46 
Line 59 
             chown ${BINOWN} ${DESTDIR}/etc/fbtab && \              chown ${BINOWN} ${DESTDIR}/etc/fbtab && \
             chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \              chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \
             chmod 644 ${DESTDIR}/etc/fbtab              chmod 644 ${DESTDIR}/etc/fbtab
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
         install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root          ${INSTALL} -c -o root -g wheel -m 600 crontab ${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
         pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd          pwd_mkdb -p -d ${DESTDIR}/etc /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; \
                 install -c -o root -g wheel -m 644 dot.cshrc \                  ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
                     ${DESTDIR}/root/.cshrc; \                      ${DESTDIR}/root/.cshrc; \
                 install -c -o root -g wheel -m 644 dot.klogin \                  ${INSTALL} -c -o root -g wheel -m 644 dot.klogin \
                     ${DESTDIR}/root/.klogin; \                      ${DESTDIR}/root/.klogin; \
                 install -c -o root -g wheel -m 644 dot.login \                  ${INSTALL} -c -o root -g wheel -m 644 dot.login \
                     ${DESTDIR}/root/.login; \                      ${DESTDIR}/root/.login; \
                 install -c -o root -g wheel -m 644 dot.profile \                  ${INSTALL} -c -o root -g wheel -m 644 dot.profile \
                     ${DESTDIR}/root/.profile; \                      ${DESTDIR}/root/.profile; \
                 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \                  rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \                  ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)                  ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
         (cd kerberosIV; \          (cd kerberosIV; \
                 install -c -o root -g wheel -m 644 README \                  ${INSTALL} -c -o root -g wheel -m 644 README \
                     ${DESTDIR}/etc/kerberosIV; \                      ${DESTDIR}/etc/kerberosIV; \
                 install -c -o root -g wheel -m 644 krb.conf \                  ${INSTALL} -c -o root -g wheel -m 644 krb.conf \
                     ${DESTDIR}/etc/kerberosIV; \                      ${DESTDIR}/etc/kerberosIV; \
                 install -c -o root -g wheel -m 444 krb.realms \                  ${INSTALL} -c -o root -g wheel -m 444 krb.realms \
                     ${DESTDIR}/etc/kerberosIV)                      ${DESTDIR}/etc/kerberosIV)
         (cd amd; \          (cd amd; \
                 install -c -o root -g wheel -m 644 master.sample \                  ${INSTALL} -c -o root -g wheel -m 644 master.sample \
                     ${DESTDIR}/etc/amd)                      ${DESTDIR}/etc/amd)
         (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 4.4BSD.dist \
                     ${DESTDIR}/etc/mtree)                      ${DESTDIR}/etc/mtree)
         (cd ppp; \          (cd ppp; \
                 install -c -o root -g wheel -m 600 chap-secrets \                  ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 600 options \                  ${INSTALL} -c -o root -g wheel -m 600 options \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 600 options.leaf \                  ${INSTALL} -c -o root -g wheel -m 600 options.leaf \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 600 options.sample \                  ${INSTALL} -c -o root -g wheel -m 600 options.sample \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 600 chatscript.sample \                  ${INSTALL} -c -o root -g wheel -m 600 chatscript.sample \
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 install -c -o root -g wheel -m 600 pap-secrets \                  ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \
                     ${DESTDIR}/etc/ppp)                      ${DESTDIR}/etc/ppp)
         cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \          cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
             ${DESTDIR}/etc/namedb              ${DESTDIR}/etc/namedb
         /bin/rm -f ${DESTDIR}/etc/localtime          /bin/rm -f ${DESTDIR}/etc/localtime
         ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime          ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
         /bin/rm -f ${DESTDIR}/etc/rmt          /bin/rm -f ${DESTDIR}/etc/rmt
         ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt          ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt
         install -c -o root -g wheel -m 644 minfree \          ${INSTALL} -c -o root -g wheel -m 644 minfree \
                 ${DESTDIR}/var/crash                  ${DESTDIR}/var/crash
         install -c -o ${BINOWN} -g operator -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
                 ${DESTDIR}/etc/dumpdates                  ${DESTDIR}/etc/dumpdates
         install -c -o ${BINOWN} -g operator -m 644 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g operator -m 644 /dev/null \
                 ${DESTDIR}/etc/skeykeys                  ${DESTDIR}/etc/skeykeys
         install -c -o root -g wheel -m 600 /dev/null \          ${INSTALL} -c -o root -g wheel -m 600 /dev/null \
                 ${DESTDIR}/var/cron/log                  ${DESTDIR}/var/cron/log
         install -c -o nobody -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/db/locate.database                  ${DESTDIR}/var/db/locate.database
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/authlog                  ${DESTDIR}/var/log/authlog
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/daemon                  ${DESTDIR}/var/log/daemon
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/lastlog                  ${DESTDIR}/var/log/lastlog
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/lpd-errs                  ${DESTDIR}/var/log/lpd-errs
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/maillog                  ${DESTDIR}/var/log/maillog
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/messages                  ${DESTDIR}/var/log/messages
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/ftpd                  ${DESTDIR}/var/log/ftpd
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/secure                  ${DESTDIR}/var/log/secure
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/wtmp                  ${DESTDIR}/var/log/wtmp
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
                 ${DESTDIR}/var/log/xferlog                  ${DESTDIR}/var/log/xferlog
         install -c -o daemon -g staff -m 664 /dev/null \          ${INSTALL} -c -o daemon -g staff -m 664 /dev/null \
                 ${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
         (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)
 .if ${MACHINE} == "tahoe"  .if ${MACHINE} == "tahoe"
         (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \          (cd etc.tahoe; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
             ${DESTDIR}/)              ${DESTDIR}/)
 .endif  .endif
 .if ${MACHINE} == "vax"  .if ${MACHINE} == "vax"
         (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \          (cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
             ${DESTDIR}/)              ${DESTDIR}/)
 .endif  .endif
         (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)          (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
Line 149 
Line 162 
         (cd ..; ${MAKE} install)          (cd ..; ${MAKE} install)
   
 hcx9-distribution:  hcx9-distribution:
         (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \          (cd etc.tahoe; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
             ${DESTDIR}/)              ${DESTDIR}/)
   
 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/4.4BSD.dist -p ${DESTDIR}/ -u
         if [ ! -f ${DESTDIR}/usr/src ]; then \          if [ ! -f ${DESTDIR}/usr/src ]; then \
                 install -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \                  ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \
         fi          fi
         cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys          cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys
   
Line 165 
Line 178 
   
 snap_pre:  snap_pre:
         /bin/rm -rf ${DESTDIR}/snapshot          /bin/rm -rf ${DESTDIR}/snapshot
         install -d -o root -g wheel -m 755 ${DESTDIR}/snapshot          ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}/snapshot
   
 # check if GZIP is set - else set it to "gzip"  
 # you may set it to "cat" alternatively for architectures  
 # where the gzip'ing would take too much time (pmax or slower :-)  
 # this way you get only tar'ed snap files and you can gzip  
 # them on a faster machine  
   
 .ifndef GZIP  
 GZIP=           gzip  
 GZIPFLAGS=      -9  
 GZIPEXT=        .gz  
 .endif  
   
 snap_tar:  snap_tar:
         cd ${DESTDIR} && tar cf - bin \          cd ${DESTDIR} && tar cf - bin \

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37