DIRDEPS_BUILD: Update dependencies.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-02-24 17:18:35 +00:00
parent 56e259a8db
commit b6e8f9c3c9
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 \