aboutsummaryrefslogtreecommitdiff
path: root/test/elfcopy/plugin/Makefile
blob: 36e33a35687ce3df49250f874b5b97bc5ba934ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile 3025 2014-04-18 16:20:25Z jkoshy $

PLUGINS=	ardiff teraser

all:	${PLUGINS}

${PLUGINS}:
.for plugin in ${.TARGET}
	${MAKE} -f Makefile.${plugin}
.endfor

clean cleandepend depend:
.for plugin in ${PLUGINS}
	${MAKE} -f Makefile.${plugin} ${.TARGET}
.endfor