[BACK]Return to bsd.subdir.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.subdir.mk between version 1.21 and 1.22

version 1.21, 2015/03/08 21:59:48 version 1.22, 2016/10/08 09:43:46
Line 76 
Line 76 
 .endif  .endif
   
   
 .for t in all clean cleandir includes depend obj tags regress manlint  .for t in all cleandir includes depend obj tags manlint
 .  if !target($t)  .  if !target($t)
 $t: _SUBDIRUSE  $t: _SUBDIRUSE
 .  endif  .  endif
 .endfor  .endfor
   .if !target(regress) && empty(.TARGETS:Mall)
   regress: _SUBDIRUSE
   .endif
   .if !target(clean) && empty(.TARGETS:Mcleandir)
   clean: _SUBDIRUSE
   .endif
   
 .if !defined(BSD_OWN_MK)  .if !defined(BSD_OWN_MK)
 .  include <bsd.own.mk>  .  include <bsd.own.mk>

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22