git: 53bb5613a8a1 - main - ldd32: place in utilities-lib32 not utilities
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 13:32:59 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=53bb5613a8a15363718b6e6de8d965bf9a2c5469 commit 53bb5613a8a15363718b6e6de8d965bf9a2c5469 Author: Isaac Freund <ifreund@freebsdfoundation.org> AuthorDate: 2024-10-09 13:24:06 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-10-09 13:31:52 +0000 ldd32: place in utilities-lib32 not utilities The ldd32 binary is currently in the utilities package but belongs in utilities-lib32. This patch corrects the situation. PR: 249145 Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47023 --- usr.bin/ldd32/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/ldd32/Makefile b/usr.bin/ldd32/Makefile index 5b028560ba6b..993fa8f3ff5c 100644 --- a/usr.bin/ldd32/Makefile +++ b/usr.bin/ldd32/Makefile @@ -4,6 +4,7 @@ NEED_COMPAT= 32 PROG= ldd32 MAN= MLINKS= ldd.1 ldd32.1 +TAGS+= lib32 .PATH: ${SRCTOP}/usr.bin/ldd .include "${SRCTOP}/usr.bin/ldd/Makefile"