summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-check/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile
index 0cfa863..0841498 100644
--- a/libexec/atf/atf-check/Makefile
+++ b/libexec/atf/atf-check/Makefile
@@ -37,11 +37,11 @@ MAN= atf-check.1
CFLAGS+= -I${ATF}
-DPADD+= ${LIBATF_CXX} ${LIBATF_C}
-
LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c++
LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c
+DPADD+= ${LIBATF_CXX} ${LIBATF_C}
LDADD+= -latf-c++ -latf-c
+USEPRIVATELIB= atf-c++ atf-c
.if ${MK_TESTS} != "no"
SUBDIR+= tests
OpenPOWER on IntegriCloud