DIRDEPS_BUILD: Update dependencies.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-01-07 19:58:23 +00:00
parent 0e42ee5dd8
commit e3ebb82118
7 changed files with 6 additions and 7 deletions

View File

@ -33,6 +33,9 @@ sha1hl.po: sha1hl.c
sha256hl.So: sha256hl.c
sha256hl.o: sha256hl.c
sha256hl.po: sha256hl.c
sha384hl.So: sha384hl.c
sha384hl.o: sha384hl.c
sha384hl.po: sha384hl.c
sha512hl.So: sha512hl.c
sha512hl.o: sha512hl.c
sha512hl.po: sha512hl.c

View File

@ -6,7 +6,6 @@ DIRDEPS = \
include/arpa \
include/xlocale \
lib/libbz2 \
lib/libstand \
.include <dirdeps.mk>

View File

@ -8,7 +8,6 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libc_nonshared \
lib/libcompiler_rt \

View File

@ -6,7 +6,6 @@ DIRDEPS = \
gnu/lib/libgcc \
include \
include/arpa \
include/rpc \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
@ -20,8 +19,6 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
ioctl.o: ioctl.c
ioctl.po: ioctl.c
kdump.o: kdump_subr.h
kdump.o: linux32_syscalls.c
kdump.o: linux_syscalls.c

View File

@ -9,8 +9,6 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/libelf \
lib/libkvm \
.include <dirdeps.mk>

View File

@ -11,6 +11,8 @@ DIRDEPS = \
lib/libc \
lib/libcompiler_rt \
lib/libjail \
lib/libutil \
lib/libxo \
.include <dirdeps.mk>

View File

@ -9,6 +9,7 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/libsbuf \
.include <dirdeps.mk>