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

Diff for /src/usr.bin/Makefile between version 1.17 and 1.18

version 1.17, 1996/08/08 23:38:27 version 1.18, 1996/08/14 22:31:46
Line 27 
Line 27 
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= pctrctl  SUBDIR+= pctr
 .elif ${MACHINE_ARCH} == "i386"  .elif ${MACHINE_ARCH} == "i386"
 SUBDIR+= pctrctl  SUBDIR+= pctr
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18