diff options
author | sjg <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
commit | 1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479 (patch) | |
tree | 503bf5824397b13efad271bb2d58dfa84ef555ff /bin/ps | |
parent | d7cfa3652bc53a8e577a78b7ba9baf8bc3bbc608 (diff) | |
download | FreeBSD-src-1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479.zip FreeBSD-src-1a7e48acf1acf8cb3ef3ba6787cc57e18faa8479.tar.gz |
Updated dependencies
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/Makefile.depend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ps/Makefile.depend b/bin/ps/Makefile.depend index d0dee83..55f64b8 100644 --- a/bin/ps/Makefile.depend +++ b/bin/ps/Makefile.depend @@ -3,12 +3,15 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ + lib/libjail \ lib/libkvm \ lib/msun \ |