diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-10 05:16:28 +0000 |
commit | 76b28ad6ab6dc8d4a62cb7de7f143595be535813 (patch) | |
tree | 503bf5824397b13efad271bb2d58dfa84ef555ff /bin/cat/Makefile.depend | |
parent | 1e93612eb7520d41088a3dbde89380de581ccde0 (diff) | |
download | src-76b28ad6ab6dc8d4a62cb7de7f143595be535813.tar.gz src-76b28ad6ab6dc8d4a62cb7de7f143595be535813.zip |
Updated dependencies
Notes
Notes:
svn path=/projects/bmake/; revision=265802
Diffstat (limited to 'bin/cat/Makefile.depend')
-rw-r--r-- | bin/cat/Makefile.depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cat/Makefile.depend b/bin/cat/Makefile.depend index 65ce5679ccda..6caf55f2706e 100644 --- a/bin/cat/Makefile.depend +++ b/bin/cat/Makefile.depend @@ -3,11 +3,13 @@ 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 \ |