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 /lib/libypclnt | |
parent | 1e93612eb7520d41088a3dbde89380de581ccde0 (diff) | |
download | src-test2-76b28ad6ab6dc8d4a62cb7de7f143595be535813.tar.gz src-test2-76b28ad6ab6dc8d4a62cb7de7f143595be535813.zip |
Notes
Diffstat (limited to 'lib/libypclnt')
-rw-r--r-- | lib/libypclnt/Makefile.depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libypclnt/Makefile.depend b/lib/libypclnt/Makefile.depend index cca28a5934a6..619ca757937c 100644 --- a/lib/libypclnt/Makefile.depend +++ b/lib/libypclnt/Makefile.depend @@ -3,6 +3,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/rpc \ @@ -10,6 +11,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ |