opnsense-src/libexec/rtld-elf/tests/rtld_deepbind/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
227 B
Makefile
Raw Permalink Normal View History

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>