git: 2e45f2076528 - main - elfdump: Move to the toolchain package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 22:06:57 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=2e45f207652842f03101d250d6e542e5e89b6e4a
commit 2e45f207652842f03101d250d6e542e5e89b6e4a
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-23 21:16:12 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-23 22:06:32 +0000
elfdump: Move to the toolchain package
MFC after: 1 day
Reviewed by: manu, imp, emaste
Differential Revision: https://reviews.freebsd.org/D52648
---
usr.bin/elfdump/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr.bin/elfdump/Makefile b/usr.bin/elfdump/Makefile
index 5b48a8b6174d..40dc04ab688e 100644
--- a/usr.bin/elfdump/Makefile
+++ b/usr.bin/elfdump/Makefile
@@ -1,3 +1,4 @@
+PACKAGE=toolchain
PROG= elfdump
.include <bsd.prog.mk>