git: 649e8a3ea4ca - main - libelftc: Move to toolchain package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 00:59:15 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=649e8a3ea4ca16a5f1ebd48cc445dd18f6eee046
commit 649e8a3ea4ca16a5f1ebd48cc445dd18f6eee046
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-22 23:52:19 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-23 00:57:23 +0000
libelftc: Move to toolchain package
This is where the rest of ElfToolchain lives now. Note that this
library only installs manpages.
Reported by: des
Differential Revision: https://reviews.freebsd.org/D51899
---
lib/libelftc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/libelftc/Makefile b/lib/libelftc/Makefile
index a932b0c4b2a4..a6079b817d87 100644
--- a/lib/libelftc/Makefile
+++ b/lib/libelftc/Makefile
@@ -1,5 +1,6 @@
.include <bsd.own.mk>
+PACKAGE= toolchain
INTERNALLIB=
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain