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

Diff for /src/etc/Makefile between version 1.295 and 1.296

version 1.295, 2011/04/17 21:26:38 version 1.296, 2011/07/06 18:32:58
Line 33 
Line 33 
 MISETS= base${OSrev}.tgz comp${OSrev}.tgz \  MISETS= base${OSrev}.tgz comp${OSrev}.tgz \
         man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz          man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz
   
 PCS=    pcs750.bin  
   
 # Use NOGZIP on architectures where the gzip'ing would take too much time  # 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  # (pmax or slower :-)).  This way you get only tar'ed snap files and you can
 # gzip them on a faster machine  # gzip them on a faster machine
Line 235 
Line 233 
             ${DESTDIR}/var/log/xferlog              ${DESTDIR}/var/log/xferlog
         ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \          ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \
             ${DESTDIR}/var/run/utmp              ${DESTDIR}/var/run/utmp
 .if ${MACHINE} == "vax"  
         uudecode -p etc.vax/${PCS}.uu > ${DESTDIR}/${PCS} && \  
             chown ${BINOWN} ${DESTDIR}/${PCS} && \  
             chgrp ${BINGRP} ${DESTDIR}/${PCS} && \  
             chmod 644 ${DESTDIR}/${PCS}  
 .endif  
         cd ../gnu/usr.sbin/sendmail/cf/cf && exec ${MAKE} distribution          cd ../gnu/usr.sbin/sendmail/cf/cf && exec ${MAKE} distribution
         cd ../usr.sbin/ypserv/ypinit && exec ${MAKE} distribution          cd ../usr.sbin/ypserv/ypinit && exec ${MAKE} distribution
         cd ../usr.bin/ssh && exec ${MAKE} distribution          cd ../usr.bin/ssh && exec ${MAKE} distribution

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296