aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/tests/rtld_deepbind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/tests/rtld_deepbind/Makefile')
-rw-r--r--libexec/rtld-elf/tests/rtld_deepbind/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rtld-elf/tests/rtld_deepbind/Makefile b/libexec/rtld-elf/tests/rtld_deepbind/Makefile
new file mode 100644
index 000000000000..bcc55d945c7e
--- /dev/null
+++ b/libexec/rtld-elf/tests/rtld_deepbind/Makefile
@@ -0,0 +1,10 @@
+
+TESTSDIR?= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
+ATF_TESTS_C= rtld_deepbind
+
+LIBVAL= ${.OBJDIR}/../libval
+LDFLAGS.rtld_deepbind+= -L${LIBVAL} -Wl,-rpath,'$$ORIGIN'
+DPADD+= -lval
+LDADD+= -lval
+
+.include <bsd.test.mk>