DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
9f93cfc34b
commit
137e183ff3
@ -2,7 +2,6 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
usr.bin/clang/clang \
|
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/arpa \
|
include/arpa \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
lib/libcompiler_rt \
|
lib/libcompiler_rt \
|
||||||
|
usr.bin/yacc.host \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
26
usr.bin/mkesdb_static/Makefile.depend
Normal file
26
usr.bin/mkesdb_static/Makefile.depend
Normal 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
|
@ -9,6 +9,9 @@ DIRDEPS = \
|
|||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
lib/libcompiler_rt \
|
lib/libcompiler_rt \
|
||||||
|
lib/liblzma \
|
||||||
|
lib/libmd \
|
||||||
|
lib/libthr \
|
||||||
lib/libz \
|
lib/libz \
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user