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

Diff for /src/usr.bin/Makefile between version 1.15 and 1.16

version 1.15, 1996/08/08 18:46:58 version 1.16, 1996/08/08 20:39:39
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
 .if ${MACHINE_ARCH} == "i386"  .if ${MACHINE_ARCH} == "i386"
 SUBDIR+= pctrctl  SUBDIR+= pctrctl
 .endif  .endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16