Add _more_ missing dependencies for lib/libproc to further squash build races

Verified via `cd lib/libproc; make -VLIBADD`

Pointyhat to: ngie
This commit is contained in:
Enji Cooper 2015-05-20 12:56:40 +00:00
parent 8ff01f5d20
commit 5731a3ce7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283150

View File

@ -1746,7 +1746,15 @@ _generic_libs+= ${_DIR}
lib/libopie__L lib/libtacplus__L: lib/libmd__L
lib/libproc__L: lib/libelf__L lib/librtld_db__L lib/libutil__L
lib/libproc__L: \
cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
.if ${MK_CXX} != "no"
.if ${MK_LIBCPLUSPLUS} != "no"
lib/libproc__L: lib/libc++
.else
lib/libproc__L: gnu/lib/libsupc++__L
.endif
.endif
.if ${MK_CDDL} != "no"
_cddl_lib_libumem= cddl/lib/libumem