summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-20 13:04:00 +0000
committerngie <ngie@FreeBSD.org>2015-05-20 13:04:00 +0000
commit712fc38819473adc6c9438e6cba02e9e8cb7921b (patch)
tree42c1393b14c7a871cf04d05d1f1ffb966132a519 /Makefile.inc1
parentd9474c9a0d4422eb7b355a581f6609755086b953 (diff)
downloadFreeBSD-src-712fc38819473adc6c9438e6cba02e9e8cb7921b.zip
FreeBSD-src-712fc38819473adc6c9438e6cba02e9e8cb7921b.tar.gz
cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent
on MK_CTF != "no". Use the other divined value instead of reinventing the wheel
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 863644e..20c597c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1747,7 +1747,7 @@ _generic_libs+= ${_DIR}
lib/libopie__L lib/libtacplus__L: lib/libmd__L
lib/libproc__L: \
- cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
+ ${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
.if ${MK_CXX} != "no"
.if ${MK_LIBCPLUSPLUS} != "no"
lib/libproc__L: lib/libc++
OpenPOWER on IntegriCloud