From 649e8a3ea4ca16a5f1ebd48cc445dd18f6eee046 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 23 Aug 2025 00:52:19 +0100 Subject: [PATCH] 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 a932b0c4b2a..a6079b817d8 100644 --- a/lib/libelftc/Makefile +++ b/lib/libelftc/Makefile @@ -1,5 +1,6 @@ .include +PACKAGE= toolchain INTERNALLIB= ELFTCDIR= ${SRCTOP}/contrib/elftoolchain