summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-01 05:23:19 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-01 05:23:19 +0000
commitfe1ef27d4aa7466620f722f3d6685366106bfc53 (patch)
treebc29d932116b4c4e61bb2ff7f8d31acf23fd099f /usr.bin
parent3ed6ae60128e473ae6df6eecc77fb97509dd1078 (diff)
downloadFreeBSD-src-fe1ef27d4aa7466620f722f3d6685366106bfc53.zip
FreeBSD-src-fe1ef27d4aa7466620f722f3d6685366106bfc53.tar.gz
META MODE: Update dependencies with 'the-lot' and add missing directories.
This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/clang/clang-tblgen/Makefile.depend1
-rw-r--r--usr.bin/clang/clang/Makefile.depend5
-rw-r--r--usr.bin/clang/lldb/Makefile.depend8
-rw-r--r--usr.bin/clang/tblgen/Makefile.depend1
-rw-r--r--usr.bin/dpv/Makefile.depend24
-rw-r--r--usr.bin/drill/Makefile.depend22
-rw-r--r--usr.bin/dtc/Makefile.depend21
-rw-r--r--usr.bin/iconv/Makefile.depend18
-rw-r--r--usr.bin/ident/Makefile.depend19
-rw-r--r--usr.bin/iscsictl/Makefile.depend28
-rw-r--r--usr.bin/lex/Makefile.depend3
-rw-r--r--usr.bin/mkcsmapper/Makefile.depend26
-rw-r--r--usr.bin/mkesdb/Makefile.depend25
-rw-r--r--usr.bin/mkimg/Makefile.depend19
-rw-r--r--usr.bin/patch/Makefile.depend18
-rw-r--r--usr.bin/protect/Makefile.depend17
-rw-r--r--usr.bin/send-pr/Makefile.depend11
-rw-r--r--usr.bin/smbutil/Makefile.depend3
-rw-r--r--usr.bin/soelim/Makefile.depend18
-rw-r--r--usr.bin/svn/lib/libsvn_delta/Makefile.depend1
-rw-r--r--usr.bin/svn/lib/libsvn_subr/Makefile.depend1
-rw-r--r--usr.bin/svn/svn/Makefile.depend5
-rw-r--r--usr.bin/svn/svnadmin/Makefile.depend6
-rw-r--r--usr.bin/svn/svnbench/Makefile.depend5
-rw-r--r--usr.bin/svn/svndumpfilter/Makefile.depend5
-rw-r--r--usr.bin/svn/svnfsfs/Makefile.depend7
-rw-r--r--usr.bin/svn/svnlook/Makefile.depend6
-rw-r--r--usr.bin/svn/svnmucc/Makefile.depend8
-rw-r--r--usr.bin/svn/svnrdump/Makefile.depend6
-rw-r--r--usr.bin/svn/svnserve/Makefile.depend8
-rw-r--r--usr.bin/svn/svnsync/Makefile.depend6
-rw-r--r--usr.bin/svn/svnversion/Makefile.depend5
-rw-r--r--usr.bin/vi/catalog/Makefile.depend11
-rw-r--r--usr.bin/xo/Makefile.depend20
34 files changed, 355 insertions, 32 deletions
diff --git a/usr.bin/clang/clang-tblgen/Makefile.depend b/usr.bin/clang/clang-tblgen/Makefile.depend
index 0e9e94c..58ed9a7 100644
--- a/usr.bin/clang/clang-tblgen/Makefile.depend
+++ b/usr.bin/clang/clang-tblgen/Makefile.depend
@@ -12,6 +12,7 @@ DIRDEPS = \
lib/libc \
lib/libc++ \
lib/libcompiler_rt \
+ lib/libthr \
lib/msun \
lib/ncurses/ncursesw \
diff --git a/usr.bin/clang/clang/Makefile.depend b/usr.bin/clang/clang/Makefile.depend
index 9d31380..bee00f5 100644
--- a/usr.bin/clang/clang/Makefile.depend
+++ b/usr.bin/clang/clang/Makefile.depend
@@ -28,7 +28,6 @@ DIRDEPS = \
lib/clang/libllvmaarch64asmparser \
lib/clang/libllvmaarch64codegen \
lib/clang/libllvmaarch64desc \
- lib/clang/libllvmaarch64disassembler \
lib/clang/libllvmaarch64info \
lib/clang/libllvmaarch64instprinter \
lib/clang/libllvmaarch64utils \
@@ -57,7 +56,6 @@ DIRDEPS = \
lib/clang/libllvmmipsasmparser \
lib/clang/libllvmmipscodegen \
lib/clang/libllvmmipsdesc \
- lib/clang/libllvmmipsdisassembler \
lib/clang/libllvmmipsinfo \
lib/clang/libllvmmipsinstprinter \
lib/clang/libllvmobjcarcopts \
@@ -75,7 +73,6 @@ DIRDEPS = \
lib/clang/libllvmsparcasmparser \
lib/clang/libllvmsparccodegen \
lib/clang/libllvmsparcdesc \
- lib/clang/libllvmsparcdisassembler \
lib/clang/libllvmsparcinfo \
lib/clang/libllvmsparcinstprinter \
lib/clang/libllvmsupport \
@@ -85,13 +82,13 @@ DIRDEPS = \
lib/clang/libllvmx86asmparser \
lib/clang/libllvmx86codegen \
lib/clang/libllvmx86desc \
- lib/clang/libllvmx86disassembler \
lib/clang/libllvmx86info \
lib/clang/libllvmx86instprinter \
lib/clang/libllvmx86utils \
lib/libc \
lib/libc++ \
lib/libcompiler_rt \
+ lib/libthr \
lib/libz \
lib/msun \
lib/ncurses/ncursesw \
diff --git a/usr.bin/clang/lldb/Makefile.depend b/usr.bin/clang/lldb/Makefile.depend
index 17b44d8..d615d32 100644
--- a/usr.bin/clang/lldb/Makefile.depend
+++ b/usr.bin/clang/lldb/Makefile.depend
@@ -28,7 +28,13 @@ DIRDEPS = \
lib/clang/liblldbHostCommon \
lib/clang/liblldbHostFreeBSD \
lib/clang/liblldbHostPOSIX \
+ lib/clang/liblldbInitialization \
lib/clang/liblldbInterpreter \
+ lib/clang/liblldbPluginABISysV_arm \
+ lib/clang/liblldbPluginABISysV_arm64 \
+ lib/clang/liblldbPluginABISysV_i386 \
+ lib/clang/liblldbPluginABISysV_mips \
+ lib/clang/liblldbPluginABISysV_mips64 \
lib/clang/liblldbPluginABISysV_ppc \
lib/clang/liblldbPluginABISysV_ppc64 \
lib/clang/liblldbPluginABISysV_x86_64 \
@@ -38,6 +44,8 @@ DIRDEPS = \
lib/clang/liblldbPluginDynamicLoaderStatic \
lib/clang/liblldbPluginInstructionARM \
lib/clang/liblldbPluginInstructionARM64 \
+ lib/clang/liblldbPluginInstructionMIPS \
+ lib/clang/liblldbPluginInstructionMIPS64 \
lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer \
lib/clang/liblldbPluginJITLoaderGDB \
lib/clang/liblldbPluginMemoryHistoryASan \
diff --git a/usr.bin/clang/tblgen/Makefile.depend b/usr.bin/clang/tblgen/Makefile.depend
index 0e9e94c..58ed9a7 100644
--- a/usr.bin/clang/tblgen/Makefile.depend
+++ b/usr.bin/clang/tblgen/Makefile.depend
@@ -12,6 +12,7 @@ DIRDEPS = \
lib/libc \
lib/libc++ \
lib/libcompiler_rt \
+ lib/libthr \
lib/msun \
lib/ncurses/ncursesw \
diff --git a/usr.bin/dpv/Makefile.depend b/usr.bin/dpv/Makefile.depend
new file mode 100644
index 0000000..849ebfc
--- /dev/null
+++ b/usr.bin/dpv/Makefile.depend
@@ -0,0 +1,24 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libdialog \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libdpv \
+ lib/libfigpar \
+ lib/libutil \
+ lib/msun \
+ lib/ncurses/ncursesw \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/drill/Makefile.depend b/usr.bin/drill/Makefile.depend
new file mode 100644
index 0000000..750a0a3
--- /dev/null
+++ b/usr.bin/drill/Makefile.depend
@@ -0,0 +1,22 @@
+# $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 \
+ lib/libldns \
+ secure/lib/libcrypto \
+ secure/lib/libssl \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/dtc/Makefile.depend b/usr.bin/dtc/Makefile.depend
new file mode 100644
index 0000000..b602708
--- /dev/null
+++ b/usr.bin/dtc/Makefile.depend
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libc++ \
+ lib/libcompiler_rt \
+ lib/libcxxrt \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/iconv/Makefile.depend b/usr.bin/iconv/Makefile.depend
new file mode 100644
index 0000000..3646e2e
--- /dev/null
+++ b/usr.bin/iconv/Makefile.depend
@@ -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
diff --git a/usr.bin/ident/Makefile.depend b/usr.bin/ident/Makefile.depend
new file mode 100644
index 0000000..6002005
--- /dev/null
+++ b/usr.bin/ident/Makefile.depend
@@ -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/libsbuf \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/iscsictl/Makefile.depend b/usr.bin/iscsictl/Makefile.depend
new file mode 100644
index 0000000..05df091
--- /dev/null
+++ b/usr.bin/iscsictl/Makefile.depend
@@ -0,0 +1,28 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcam \
+ lib/libcompiler_rt \
+ lib/libutil \
+ lib/libxo \
+ usr.bin/yacc.host \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+parse.o: parse.c
+parse.po: parse.c
+token.o: token.c
+token.o: y.tab.h
+token.po: token.c
+token.po: y.tab.h
+.endif
diff --git a/usr.bin/lex/Makefile.depend b/usr.bin/lex/Makefile.depend
index b5b8043..ae5191b 100644
--- a/usr.bin/lex/Makefile.depend
+++ b/usr.bin/lex/Makefile.depend
@@ -2,11 +2,14 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
+ usr.bin/yacc.host \
.include <dirdeps.mk>
diff --git a/usr.bin/mkcsmapper/Makefile.depend b/usr.bin/mkcsmapper/Makefile.depend
new file mode 100644
index 0000000..b0cb3ac
--- /dev/null
+++ b/usr.bin/mkcsmapper/Makefile.depend
@@ -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
diff --git a/usr.bin/mkesdb/Makefile.depend b/usr.bin/mkesdb/Makefile.depend
new file mode 100644
index 0000000..091f950
--- /dev/null
+++ b/usr.bin/mkesdb/Makefile.depend
@@ -0,0 +1,25 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ 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
diff --git a/usr.bin/mkimg/Makefile.depend b/usr.bin/mkimg/Makefile.depend
new file mode 100644
index 0000000..58f9a33
--- /dev/null
+++ b/usr.bin/mkimg/Makefile.depend
@@ -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/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/usr.bin/patch/Makefile.depend b/usr.bin/patch/Makefile.depend
new file mode 100644
index 0000000..3646e2e
--- /dev/null
+++ b/usr.bin/patch/Makefile.depend
@@ -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
diff --git a/usr.bin/protect/Makefile.depend b/usr.bin/protect/Makefile.depend
new file mode 100644
index 0000000..9cb890b
--- /dev/null
+++ b/usr.bin/protect/Makefile.depend
@@ -0,0 +1,17 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ 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
diff --git a/usr.bin/send-pr/Makefile.depend b/usr.bin/send-pr/Makefile.depend
new file mode 100644
index 0000000..f80275d
--- /dev/null
+++ b/usr.bin/send-pr/Makefile.depend
@@ -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
diff --git a/usr.bin/smbutil/Makefile.depend b/usr.bin/smbutil/Makefile.depend
index 989cc64..4db7ad3 100644
--- a/usr.bin/smbutil/Makefile.depend
+++ b/usr.bin/smbutil/Makefile.depend
@@ -2,13 +2,16 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libcompiler_rt \
lib/libkiconv \
+ lib/libsmb \
.include <dirdeps.mk>
diff --git a/usr.bin/soelim/Makefile.depend b/usr.bin/soelim/Makefile.depend
new file mode 100644
index 0000000..3646e2e
--- /dev/null
+++ b/usr.bin/soelim/Makefile.depend
@@ -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
diff --git a/usr.bin/svn/lib/libsvn_delta/Makefile.depend b/usr.bin/svn/lib/libsvn_delta/Makefile.depend
index b38b34e..18be76b 100644
--- a/usr.bin/svn/lib/libsvn_delta/Makefile.depend
+++ b/usr.bin/svn/lib/libsvn_delta/Makefile.depend
@@ -4,7 +4,6 @@
DIRDEPS = \
include \
include/xlocale \
- lib/libz \
.include <dirdeps.mk>
diff --git a/usr.bin/svn/lib/libsvn_subr/Makefile.depend b/usr.bin/svn/lib/libsvn_subr/Makefile.depend
index 10c0748..d0ebf97 100644
--- a/usr.bin/svn/lib/libsvn_subr/Makefile.depend
+++ b/usr.bin/svn/lib/libsvn_subr/Makefile.depend
@@ -3,6 +3,7 @@
DIRDEPS = \
include \
+ include/arpa \
include/xlocale \
lib/libexpat \
lib/libmagic \
diff --git a/usr.bin/svn/svn/Makefile.depend b/usr.bin/svn/svn/Makefile.depend
index da1efbd..979ea0b 100644
--- a/usr.bin/svn/svn/Makefile.depend
+++ b/usr.bin/svn/svn/Makefile.depend
@@ -2,15 +2,16 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
@@ -18,13 +19,13 @@ DIRDEPS = \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_client \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
diff --git a/usr.bin/svn/svnadmin/Makefile.depend b/usr.bin/svn/svnadmin/Makefile.depend
index ae47f0b..1f7a760 100644
--- a/usr.bin/svn/svnadmin/Makefile.depend
+++ b/usr.bin/svn/svnadmin/Makefile.depend
@@ -2,22 +2,24 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
+ lib/libsqlite3 \
+ lib/libthr \
lib/libz \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_repos \
usr.bin/svn/lib/libsvn_subr \
diff --git a/usr.bin/svn/svnbench/Makefile.depend b/usr.bin/svn/svnbench/Makefile.depend
index da1efbd..979ea0b 100644
--- a/usr.bin/svn/svnbench/Makefile.depend
+++ b/usr.bin/svn/svnbench/Makefile.depend
@@ -2,15 +2,16 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
@@ -18,13 +19,13 @@ DIRDEPS = \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_client \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
diff --git a/usr.bin/svn/svndumpfilter/Makefile.depend b/usr.bin/svn/svndumpfilter/Makefile.depend
index ae47f0b..8495fb3 100644
--- a/usr.bin/svn/svndumpfilter/Makefile.depend
+++ b/usr.bin/svn/svndumpfilter/Makefile.depend
@@ -2,6 +2,7 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
@@ -10,14 +11,16 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcrypt \
lib/libexpat \
+ lib/libsqlite3 \
+ lib/libthr \
lib/libz \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_repos \
usr.bin/svn/lib/libsvn_subr \
diff --git a/usr.bin/svn/svnfsfs/Makefile.depend b/usr.bin/svn/svnfsfs/Makefile.depend
index ae47f0b..0b846ba 100644
--- a/usr.bin/svn/svnfsfs/Makefile.depend
+++ b/usr.bin/svn/svnfsfs/Makefile.depend
@@ -2,22 +2,25 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
+ include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
+ lib/libsqlite3 \
+ lib/libthr \
lib/libz \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_repos \
usr.bin/svn/lib/libsvn_subr \
diff --git a/usr.bin/svn/svnlook/Makefile.depend b/usr.bin/svn/svnlook/Makefile.depend
index d0f5866..aa8be0e 100644
--- a/usr.bin/svn/svnlook/Makefile.depend
+++ b/usr.bin/svn/svnlook/Makefile.depend
@@ -2,23 +2,25 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
+ lib/libsqlite3 \
+ lib/libthr \
lib/libz \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_repos \
usr.bin/svn/lib/libsvn_subr \
diff --git a/usr.bin/svn/svnmucc/Makefile.depend b/usr.bin/svn/svnmucc/Makefile.depend
index 798e4f3..c510cb3 100644
--- a/usr.bin/svn/svnmucc/Makefile.depend
+++ b/usr.bin/svn/svnmucc/Makefile.depend
@@ -2,15 +2,15 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
- lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
@@ -18,18 +18,20 @@ DIRDEPS = \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_client \
usr.bin/svn/lib/libsvn_delta \
+ usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
usr.bin/svn/lib/libsvn_ra_svn \
usr.bin/svn/lib/libsvn_repos \
usr.bin/svn/lib/libsvn_subr \
+ usr.bin/svn/lib/libsvn_wc \
.include <dirdeps.mk>
diff --git a/usr.bin/svn/svnrdump/Makefile.depend b/usr.bin/svn/svnrdump/Makefile.depend
index da1efbd..c510cb3 100644
--- a/usr.bin/svn/svnrdump/Makefile.depend
+++ b/usr.bin/svn/svnrdump/Makefile.depend
@@ -2,15 +2,15 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
- lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
@@ -18,13 +18,13 @@ DIRDEPS = \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_client \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
diff --git a/usr.bin/svn/svnserve/Makefile.depend b/usr.bin/svn/svnserve/Makefile.depend
index 550cd65..edbca2e 100644
--- a/usr.bin/svn/svnserve/Makefile.depend
+++ b/usr.bin/svn/svnserve/Makefile.depend
@@ -2,27 +2,25 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
- lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
- secure/lib/libcrypto \
- secure/lib/libssl \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
diff --git a/usr.bin/svn/svnsync/Makefile.depend b/usr.bin/svn/svnsync/Makefile.depend
index 550cd65..2e39f66 100644
--- a/usr.bin/svn/svnsync/Makefile.depend
+++ b/usr.bin/svn/svnsync/Makefile.depend
@@ -2,15 +2,15 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
- lib/libmagic \
+ lib/libsqlite3 \
lib/libthr \
lib/libz \
secure/lib/libcrypto \
@@ -18,11 +18,11 @@ DIRDEPS = \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
usr.bin/svn/lib/libserf \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_fs \
usr.bin/svn/lib/libsvn_fs_fs \
usr.bin/svn/lib/libsvn_fs_util \
+ usr.bin/svn/lib/libsvn_fs_x \
usr.bin/svn/lib/libsvn_ra \
usr.bin/svn/lib/libsvn_ra_local \
usr.bin/svn/lib/libsvn_ra_serf \
diff --git a/usr.bin/svn/svnversion/Makefile.depend b/usr.bin/svn/svnversion/Makefile.depend
index 12d0cc3..65b3e9a 100644
--- a/usr.bin/svn/svnversion/Makefile.depend
+++ b/usr.bin/svn/svnversion/Makefile.depend
@@ -2,18 +2,19 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libcrypt \
lib/libexpat \
+ lib/libsqlite3 \
+ lib/libthr \
lib/libz \
usr.bin/svn/lib/libapr \
usr.bin/svn/lib/libapr_util \
- usr.bin/svn/lib/libsqlite3 \
usr.bin/svn/lib/libsvn_delta \
usr.bin/svn/lib/libsvn_diff \
usr.bin/svn/lib/libsvn_subr \
diff --git a/usr.bin/vi/catalog/Makefile.depend b/usr.bin/vi/catalog/Makefile.depend
new file mode 100644
index 0000000..f80275d
--- /dev/null
+++ b/usr.bin/vi/catalog/Makefile.depend
@@ -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
diff --git a/usr.bin/xo/Makefile.depend b/usr.bin/xo/Makefile.depend
new file mode 100644
index 0000000..137678c
--- /dev/null
+++ b/usr.bin/xo/Makefile.depend
@@ -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/libcompiler_rt \
+ lib/libutil \
+ lib/libxo \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
OpenPOWER on IntegriCloud