DIRDEPS_BUILD: Connect new dependencies.
MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
4ede042b39
commit
d329c46cfa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308605
11
lib/libcapsicum/Makefile.depend
Normal file
11
lib/libcapsicum/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
18
lib/libefivar/Makefile.depend
Normal file
18
lib/libefivar/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
32
sbin/zfsbootcfg/Makefile.depend
Normal file
32
sbin/zfsbootcfg/Makefile.depend
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
cddl/lib/libavl \
|
||||
cddl/lib/libnvpair \
|
||||
cddl/lib/libumem \
|
||||
cddl/lib/libuutil \
|
||||
cddl/lib/libzfs \
|
||||
cddl/lib/libzfs_core \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libexpat \
|
||||
lib/libgeom \
|
||||
lib/libmd \
|
||||
lib/libsbuf \
|
||||
lib/libthr \
|
||||
lib/libutil \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
|
||||
sys/boot/i386/zfsboot \
|
||||
sys/boot/i386/zfsloader \
|
||||
|
||||
DIRDEPS+= \
|
||||
sbin/zfsbootcfg \
|
||||
|
||||
.endif
|
||||
|
||||
DIRDEPS.amd64= \
|
||||
@ -75,6 +78,12 @@ DIRDEPS.amd64+= \
|
||||
|
||||
.endif
|
||||
|
||||
.if ${MK_EFI} != "no"
|
||||
DIRDEPS+= \
|
||||
usr.sbin/efivar \
|
||||
|
||||
.endif
|
||||
|
||||
DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
|
||||
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
|
||||
DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}
|
||||
|
19
usr.sbin/efivar/Makefile.depend
Normal file
19
usr.sbin/efivar/Makefile.depend
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libefivar \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user