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

Diff for /src/share/mk/bsd.prog.mk between version 1.60 and 1.61

version 1.60, 2013/08/10 10:19:35 version 1.61, 2013/10/15 22:40:00
Line 107 
Line 107 
   
 .if !target(clean)  .if !target(clean)
 clean: _SUBDIRUSE  clean: _SUBDIRUSE
         rm -f a.out [Ee]rrs mklog core *.core y.tab.h \          rm -f a.out [Ee]rrs mklog *.core y.tab.h \
             ${PROG} ${OBJS} ${_LEXINTM} ${_YACCINTM} ${CLEANFILES}              ${PROG} ${OBJS} ${_LEXINTM} ${_YACCINTM} ${CLEANFILES}
 .endif  .endif
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61