Update dependencies.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
e6f17963a8
commit
3055a28d44
@ -8,10 +8,8 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
lib/libpjdlog \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
20
lib/libcasper/services/cap_dns/Makefile.depend
Normal file
20
lib/libcasper/services/cap_dns/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
20
lib/libcasper/services/cap_grp/Makefile.depend
Normal file
20
lib/libcasper/services/cap_grp/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
20
lib/libcasper/services/cap_pwd/Makefile.depend
Normal file
20
lib/libcasper/services/cap_pwd/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
20
lib/libcasper/services/cap_random/Makefile.depend
Normal file
20
lib/libcasper/services/cap_random/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
20
lib/libcasper/services/cap_sysctl/Makefile.depend
Normal file
20
lib/libcasper/services/cap_sysctl/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
@ -10,7 +10,7 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services \
|
||||
lib/libcasper/services/cap_dns \
|
||||
lib/libcompiler_rt \
|
||||
lib/libipsec \
|
||||
lib/libnv \
|
||||
|
@ -27,7 +27,6 @@ DIRDEPS = \
|
||||
gnu/usr.bin/binutils/libbinutils \
|
||||
gnu/usr.bin/binutils/libiberty \
|
||||
gnu/usr.bin/binutils/libopcodes \
|
||||
gnu/usr.bin/binutils/objcopy \
|
||||
gnu/usr.bin/binutils/objdump \
|
||||
gnu/usr.bin/binutils/ranlib \
|
||||
gnu/usr.bin/dialog \
|
||||
@ -112,6 +111,10 @@ DIRDEPS = \
|
||||
gnu/usr.bin/texinfo/makeinfo \
|
||||
gnu/usr.bin/texinfo/texindex \
|
||||
|
||||
.if ${MK_ELFCOPY_AS_OBJCOPY} == "no"
|
||||
DIRDEPS+= gnu/usr.bin/binutils/objcopy
|
||||
.endif
|
||||
|
||||
.if ${MK_GPL_DTC} != "no"
|
||||
DIRDEPS+= gnu/usr.bin/dtc
|
||||
.endif
|
||||
|
@ -188,7 +188,7 @@ DIRDEPS+= lib/libnandfs
|
||||
|
||||
.if ${MK_CASPER} != "no"
|
||||
DIRDEPS+= \
|
||||
lib/libcasper \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services/cap_dns \
|
||||
lib/libcasper/services/cap_grp \
|
||||
lib/libcasper/services/cap_pwd \
|
||||
|
@ -9,7 +9,9 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services/cap_grp \
|
||||
lib/libcasper/services/cap_pwd \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
lib/libsysdecode \
|
||||
|
@ -10,7 +10,8 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services/cap_dns \
|
||||
lib/libcompiler_rt \
|
||||
lib/libnv \
|
||||
lib/libpcap \
|
||||
|
Loading…
Reference in New Issue
Block a user