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

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

version 1.14, 1996/08/08 02:08:20 version 1.17, 1996/08/08 23:38:27
Line 26 
Line 26 
 SUBDIR+= ar gprof nm ranlib size strip strings  SUBDIR+= ar gprof nm ranlib size strip strings
 .endif  .endif
   
   .if   make(clean) || make(cleandir) || make(obj)
   SUBDIR+= pctrctl
   .elif ${MACHINE_ARCH} == "i386"
   SUBDIR+= pctrctl
   .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

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