aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-05-25 12:01:13 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-05-25 12:01:13 +0000
commit17a286a994dfed65f6b22e7bbb49f5636c5644aa (patch)
tree02a4fa432f6ab0909440d4101d6e1bcad6b2b769 /libexec
parent77a732bda53b43f3cf88a5290e80b696ffa581e7 (diff)
Notes
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 093de06ed534..ee4b21a940e6 100644
--- a/libexec/atf/atf-check/Makefile
+++ b/libexec/atf/atf-check/Makefile
@@ -38,11 +38,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