From ae9d96dd9f8599a6fccf190ef6863f1c514a7a27 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 9 Oct 2024 10:24:06 -0300 Subject: [PATCH] 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 (cherry picked from commit 53bb5613a8a15363718b6e6de8d965bf9a2c5469) --- usr.bin/ldd32/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/ldd32/Makefile b/usr.bin/ldd32/Makefile index 59cfd50d615..fb737cb1590 100644 --- a/usr.bin/ldd32/Makefile +++ b/usr.bin/ldd32/Makefile @@ -5,6 +5,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"