summaryrefslogtreecommitdiff
path: root/test/libelf/tset/elf_cntl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/libelf/tset/elf_cntl/Makefile')
-rw-r--r--test/libelf/tset/elf_cntl/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/libelf/tset/elf_cntl/Makefile b/test/libelf/tset/elf_cntl/Makefile
new file mode 100644
index 0000000000000..2f74dac7e7838
--- /dev/null
+++ b/test/libelf/tset/elf_cntl/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile 1118 2010-08-22 08:21:53Z jkoshy $
+
+TOP= ../../../..
+
+TS_SRCS= cntl.m4
+TS_DATA= a.ar
+CLEANFILES+= a.c a.o
+
+a.c: .SILENT
+ echo "int foobar;" > ${.TARGET}
+
+a.ar: a.o .SILENT
+ rm -f ${.TARGET}
+ ${AR} crv ${.TARGET} ${.ALLSRC} > /dev/null
+
+.include "${TOP}/mk/elftoolchain.tet.mk"