Skip to content

Commit

Permalink
ldd32: place in utilities-lib32 not utilities
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ifreund authored and Jehops committed Oct 9, 2024
1 parent 3c37828 commit 53bb561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.bin/ldd32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 53bb561

Please sign in to comment.