DIRDEPS_BUILD: Update dependencies.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-24 17:18:35 +00:00
parent 9f93cfc34b
commit 137e183ff3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295978
4 changed files with 32 additions and 1 deletions

View file

@ -2,7 +2,6 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
usr.bin/clang/clang \
.include <dirdeps.mk>

View file

@ -2,12 +2,15 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
usr.bin/yacc.host \
.include <dirdeps.mk>

View file

@ -0,0 +1,26 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
usr.bin/yacc.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
lex.o: lex.c
lex.o: yacc.h
lex.po: lex.c
lex.po: yacc.h
yacc.o: yacc.c
yacc.po: yacc.c
.endif

View file

@ -9,6 +9,9 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/liblzma \
lib/libmd \
lib/libthr \
lib/libz \