git: 306113630dd6 - main - libthr: add libsys for dirdeps build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Sep 2024 01:25:07 UTC
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=306113630dd67c55975acd20bfa08931e3aa6637 commit 306113630dd67c55975acd20bfa08931e3aa6637 Author: Ka Ho Ng <khng@FreeBSD.org> AuthorDate: 2024-09-24 01:23:48 +0000 Commit: Ka Ho Ng <khng@FreeBSD.org> CommitDate: 2024-09-24 01:24:36 +0000 libthr: add libsys for dirdeps build Sponsored by: Juniper Networks, Inc. --- lib/libthr/Makefile.depend | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libthr/Makefile.depend b/lib/libthr/Makefile.depend index 40575a605e97..2f0697372a4a 100644 --- a/lib/libthr/Makefile.depend +++ b/lib/libthr/Makefile.depend @@ -6,6 +6,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libsys \ usr.bin/awk.host \