[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin

Diff for /src/usr.bin/Makefile between version 1.107 and 1.109

version 1.107, 2008/05/09 06:52:10 version 1.109, 2008/06/04 21:12:49
Line 6 
Line 6 
         basename bc bdes bgplg \          basename bc bdes bgplg \
         biff cal calendar cap_mkdb cdio checknr chpass cmp col colcrt colrm \          biff cal calendar cap_mkdb cdio checknr chpass cmp col colcrt colrm \
         column comm compile_et compress cpp crontab csplit ctags cut \          column comm compile_et compress cpp crontab csplit ctags cut \
         dc deroff diff diff3 dirname du elf2olf encrypt env expand false file \          dc deroff diff diff3 dirname du encrypt env expand false file \
         file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \          file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \
         getconf getent getopt gprof grep gzsig head hexdump id indent \          getconf getent getopt gprof grep gzsig head hexdump id indent \
         infocmp ipcrm ipcs \          infocmp ipcrm ipcs \
Line 33 
Line 33 
   
 .if (${ELF_TOOLCHAIN:L} == "no")  .if (${ELF_TOOLCHAIN:L} == "no")
 SUBDIR+= strip strings  SUBDIR+= strip strings
 .endif  
   
 .if   make(clean) || make(cleandir) || make(obj)  
 SUBDIR+= elf2ecoff elf2aout  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.109