# $Id: Makefile 2082 2011-10-27 04:38:32Z jkoshy $ PLUGINS= ardiff teraser all: ${PLUGINS} ${PLUGINS}: .for plugin in ${.TARGET} ${MAKE} -f Makefile.${plugin} .endfor clean depend: .for plugin in ${PLUGINS} ${MAKE} -f Makefile.${plugin} ${.TARGET} .endfor