summaryrefslogtreecommitdiff
path: root/test/ar/plugin/Makefile.ardiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ar/plugin/Makefile.ardiff')
-rw-r--r--test/ar/plugin/Makefile.ardiff16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/ar/plugin/Makefile.ardiff b/test/ar/plugin/Makefile.ardiff
new file mode 100644
index 0000000000000..1558cfe6065cd
--- /dev/null
+++ b/test/ar/plugin/Makefile.ardiff
@@ -0,0 +1,16 @@
+# $Id: Makefile.ardiff 2096 2011-11-01 04:42:04Z jkoshy $
+
+TOP= ../../..
+
+.include "${TOP}/mk/elftoolchain.os.mk"
+
+PROG= ardiff
+
+NOMAN= noman
+
+WARNS?= 6
+
+DPADD= ${LIBARCHIVE}
+LDADD= -larchive
+
+.include "${TOP}/mk/elftoolchain.prog.mk"