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

Diff for /src/usr.bin/Makefile between version 1.26 and 1.27

version 1.26, 1996/09/07 23:18:33 version 1.27, 1996/10/02 21:52:31
Line 34 
Line 34 
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= pctr  SUBDIR+= pctr elf2ecoff
 .elif ${MACHINE_ARCH} == "i386"  .elif ${MACHINE_ARCH} == "i386"
 SUBDIR+= pctr  SUBDIR+= pctr
   .elif ${MACHINE_ARCH} == "mips"
   SUBDIR+= elf2ecoff
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27