git: c644d3d8967d - main - libsys: Add dependencies for dirdeps build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 17:04:28 UTC
The branch main has been updated by stevek:
URL: https://cgit.FreeBSD.org/src/commit/?id=c644d3d8967d77a39d5ee7dfa9a8a1d84facf40c
commit c644d3d8967d77a39d5ee7dfa9a8a1d84facf40c
Author: Stephen J. Kiernan <stevek@FreeBSD.org>
AuthorDate: 2024-09-18 17:03:42 +0000
Commit: Stephen J. Kiernan <stevek@FreeBSD.org>
CommitDate: 2024-09-18 17:03:42 +0000
libsys: Add dependencies for dirdeps build
---
lib/libc/Makefile.depend | 1 +
lib/libsys/Makefile.depend | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/lib/libc/Makefile.depend b/lib/libc/Makefile.depend
index 69e7d1f9c9fd..fc708c6794b9 100644
--- a/lib/libc/Makefile.depend
+++ b/lib/libc/Makefile.depend
@@ -6,6 +6,7 @@ DIRDEPS = \
include/rpcsvc \
lib/${CSU_DIR} \
lib/libcompiler_rt \
+ lib/libsys \
usr.bin/awk.host \
usr.bin/yacc.host \
diff --git a/lib/libsys/Makefile.depend b/lib/libsys/Makefile.depend
new file mode 100644
index 000000000000..b623a86fc1ce
--- /dev/null
+++ b/lib/libsys/Makefile.depend
@@ -0,0 +1,15 @@
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libcompiler_rt \
+ usr.bin/awk.host \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif