summaryrefslogtreecommitdiff
path: root/test/elfcopy/plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/elfcopy/plugin/Makefile')
-rw-r--r--test/elfcopy/plugin/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/elfcopy/plugin/Makefile b/test/elfcopy/plugin/Makefile
new file mode 100644
index 0000000000000..a72fbfe7d371e
--- /dev/null
+++ b/test/elfcopy/plugin/Makefile
@@ -0,0 +1,15 @@
+# $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