The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b15f5c8fa584720e01f8a1b9320b5c9063e9c5a9

commit b15f5c8fa584720e01f8a1b9320b5c9063e9c5a9
Author:     Brooks Davis <bro...@freebsd.org>
AuthorDate: 2025-05-23 23:33:27 +0000
Commit:     Brooks Davis <bro...@freebsd.org>
CommitDate: 2025-05-23 23:33:27 +0000

    src.libnames.mk: add LIBSYS_PIC
    
    Make it possible to find libsys_pic.a.
    
    Reviewed by:    jhb
    Sponsored by:   DARPA, AFRL
    Differential Revision:  https://reviews.freebsd.org/D50474
---
 share/mk/src.libnames.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
index 57b694ed5122..a3b38db570bf 100644
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -702,6 +702,9 @@ LIBWPAWPS?= ${LIBWPAWPSDIR}/libwpawps${PIE_SUFFIX}.a
 LIBC_NOSSP_PICDIR=     ${_LIB_OBJTOP}/lib/libc
 LIBC_NOSSP_PIC?=       ${LIBC_NOSSP_PICDIR}/libc_nossp_pic.a
 
+LIBSYS_PICDIR= ${_LIB_OBJTOP}/lib/libsys
+LIBSYS_PIC?=   ${LIBSYS_PICDIR}/libsys_pic.a
+
 # Define a directory for each library.  This is useful for adding -L in when
 # not using a --sysroot or for meta mode bootstrapping when there is no
 # Makefile.depend.  These are sorted by directory.

Reply via email to