summaryrefslogtreecommitdiffstats
path: root/lib/atf
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-17 23:30:45 +0000
committerngie <ngie@FreeBSD.org>2014-08-17 23:30:45 +0000
commit962da34a3519c462166335eef67d2fc9cabf1100 (patch)
tree03f76e27222a137a6191f39870f8789f7fb64c72 /lib/atf
parentccc6b4ec3722759a031084d9004474de9a05bcca (diff)
downloadFreeBSD-src-962da34a3519c462166335eef67d2fc9cabf1100.zip
FreeBSD-src-962da34a3519c462166335eef67d2fc9cabf1100.tar.gz
Fix typo in lib/atf/libatfc++/Makefile
LIBATFC should be LIBATF_C; this was missed in the initial import (r241823) PR: 192731 MFC after: 3 days Phabric: D619 Approved by: rpaulo (mentor)
Diffstat (limited to 'lib/atf')
-rw-r--r--lib/atf/libatf-c++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atf/libatf-c++/Makefile b/lib/atf/libatf-c++/Makefile
index 163f7fb..a7a8d91 100644
--- a/lib/atf/libatf-c++/Makefile
+++ b/lib/atf/libatf-c++/Makefile
@@ -33,7 +33,7 @@ PRIVATELIB= true
SHLIB_MAJOR= 1
# libatf-c++ depends on the C version of the ATF library to build.
-DPADD= ${LIBATFC}
+DPADD= ${LIBATF_C}
LDADD= -latf-c
LDFLAGS+= -L${.OBJDIR}/../libatf-c
OpenPOWER on IntegriCloud