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

Diff for /src/usr.bin/Makefile between version 1.67 and 1.68

version 1.67, 2000/09/03 18:41:17 version 1.68, 2001/07/11 03:02:24
Line 24 
Line 24 
 SUBDIR+=ypcat ypmatch ypwhich  SUBDIR+=ypcat ypmatch ypwhich
 .endif  .endif
   
 # Don't use the standard tool chain on the alpha, mips, powerpc, and hppa.  # Don't use the standard tool chain on the alpha, powerpc, and hppa.
 .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")  .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")
 SUBDIR+= ar nm ranlib size strip strings  SUBDIR+= ar nm ranlib size strip strings
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= elf2ecoff elf2aout  
 .elif ${MACHINE_ARCH} == "mips"  
 SUBDIR+= elf2ecoff elf2aout  SUBDIR+= elf2ecoff elf2aout
 .endif  .endif
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68