aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-04 05:49:13 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-04 05:49:13 +0000
commit07014efe9421ae8de13f64cd26e410c3c28609c2 (patch)
treedd2712273cef8ccab7b2d35d720e6c0489f568e2 /libexec
parent35e8923e7e9bbf2f22e4b380ed4534c79eb02996 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/tests/target/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/tests/target/Makefile b/libexec/rtld-elf/tests/target/Makefile
index 0ae8c1d8b7b55..50161ad0ff356 100644
--- a/libexec/rtld-elf/tests/target/Makefile
+++ b/libexec/rtld-elf/tests/target/Makefile
@@ -6,7 +6,9 @@ PROG= target
BINDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
CFLAGS+= -I${.CURDIR}/../libpythagoras
-LDADD= -L${.OBJDIR}/../libpythagoras -lpythagoras
+
+LDFLAGS+= -L${.OBJDIR}/../libpythagoras
+LDADD= -lpythagoras
MAN=