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

Diff for /src/etc/Makefile between version 1.383 and 1.384

version 1.383, 2014/07/16 15:18:35 version 1.384, 2014/07/16 19:08:54
Line 63 
Line 63 
 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
   
 # 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  
 GZIPCMD?=       gzip  
 GZIPFLAGS?=     -9  
 GZIPEXT?=       .gz  
 .else  
 GZIPCMD=        cat  
 GZIPFLAGS=  
 GZIPEXT=  
 .endif  
   
 all clean cleandir depend etc install lint:  all clean cleandir depend etc install lint:
   
 install-mtree:  install-mtree:

Legend:
Removed from v.1.383  
changed lines
  Added in v.1.384