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

Diff for /src/share/mk/bsd.dep.mk between version 1.17 and 1.18

version 1.17, 2017/07/03 07:54:18 version 1.18, 2017/07/03 15:11:02
Line 29 
Line 29 
 .  endif  .  endif
 .endif  .endif
   
   # explicitly tag most source files
   .for i in ${SRCS:N*.[hyl]:N*.sh} ${_LEXINTM} ${_YACCINTM}
   ${i:R:S/$/.o/}: $i
   .endfor
   
 CLEANFILES += ${DEPS} .depend  CLEANFILES += ${DEPS} .depend
 BUILDFIRST ?=  BUILDFIRST ?=

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