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

Diff for /src/usr.bin/Makefile between version 1.86 and 1.87

version 1.86, 2003/09/26 07:33:03 version 1.87, 2004/01/05 01:27:22
Line 29 
Line 29 
 .endif  .endif
   
 .if (${ELF_TOOLCHAIN:L} == "no")  .if (${ELF_TOOLCHAIN:L} == "no")
 SUBDIR+= ar nm ranlib size strip strings  SUBDIR+= ar nm ranlib strip strings
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87