1# 2# 3PROGS= envctl retention timings 4 5all clean test: 6.for target in ${.TARGET} 7.for prog in ${PROGS} 8 @${MAKE} -f Makefile.${prog} ${target} 9.endfor 10.if make(clean) 11 rm -f *~ 12.endif 13.endfor 14