summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-05-10 05:16:28 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-05-10 05:16:28 +0000
commitb741853bcfa028c0bbd7a2f780932af9f5e0804d (patch)
tree13d75547f870841a7fc5de599816f5e640b86771
parent8613eacaa6abc1e5753f4c76020271b754142a8c (diff)
downloadgetent-darwin-b741853bcfa028c0bbd7a2f780932af9f5e0804d.tar.gz
getent-darwin-b741853bcfa028c0bbd7a2f780932af9f5e0804d.tar.zst
getent-darwin-b741853bcfa028c0bbd7a2f780932af9f5e0804d.zip
Updated dependencies
-rw-r--r--Makefile.depend2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.depend b/Makefile.depend
index 8e92349..886683c 100644
--- a/Makefile.depend
+++ b/Makefile.depend
@@ -3,6 +3,7 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/arpa \
@@ -10,6 +11,7 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libc_nonshared \
lib/libcompiler_rt \