DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a2109e0056
commit
9d8a81b4e4
13
lib/libpe/Makefile.depend
Normal file
13
lib/libpe/Makefile.depend
Normal file
@ -0,0 +1,13 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libutil \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -6,6 +6,7 @@ DIRDEPS = \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/arpa \
|
||||
include/gssapi \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libstand \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -46,6 +46,7 @@ DIRDEPS = \
|
||||
lib/libdwarf \
|
||||
lib/libedit/edit/readline \
|
||||
lib/libelf \
|
||||
lib/libelftc \
|
||||
lib/libevent \
|
||||
lib/libexecinfo \
|
||||
lib/libexpat \
|
||||
@ -118,6 +119,7 @@ DIRDEPS = \
|
||||
lib/libpam/modules/pam_tacplus \
|
||||
lib/libpam/modules/pam_unix \
|
||||
lib/libpcap \
|
||||
lib/libpe \
|
||||
lib/libpjdlog \
|
||||
lib/libpmc \
|
||||
lib/libproc \
|
||||
|
@ -15,6 +15,7 @@ DIRDEPS = \
|
||||
lib/libelftc \
|
||||
lib/libexpat \
|
||||
lib/liblzma \
|
||||
lib/libpe \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
secure/lib/libcrypto \
|
||||
|
@ -20,11 +20,7 @@ DIRDEPS = \
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
kdump.o: kdump_subr.h
|
||||
kdump.o: linux32_syscalls.c
|
||||
kdump.o: linux_syscalls.c
|
||||
kdump.po: kdump_subr.h
|
||||
kdump.po: linux32_syscalls.c
|
||||
kdump.po: linux_syscalls.c
|
||||
kdump_subr.o: kdump_subr.c
|
||||
kdump_subr.o: kdump_subr.h
|
||||
kdump_subr.po: kdump_subr.c
|
||||
|
@ -17,12 +17,4 @@ DIRDEPS = \
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
amd64-cloudabi64.o: cloudabi64_syscalls.h
|
||||
amd64-cloudabi64.po: cloudabi64_syscalls.h
|
||||
amd64-freebsd.o: freebsd_syscalls.h
|
||||
amd64-freebsd.po: freebsd_syscalls.h
|
||||
amd64-freebsd32.o: freebsd32_syscalls.h
|
||||
amd64-freebsd32.po: freebsd32_syscalls.h
|
||||
amd64-linux32.o: amd64-linux32_syscalls.h
|
||||
amd64-linux32.po: amd64-linux32_syscalls.h
|
||||
.endif
|
@ -13,7 +13,9 @@ DIRDEPS = \
|
||||
lib/libexpat \
|
||||
lib/libmd \
|
||||
lib/libsbuf \
|
||||
lib/libucl \
|
||||
lib/libutil \
|
||||
lib/msun \
|
||||
usr.bin/lex/lib \
|
||||
usr.bin/yacc.host \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user