mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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)
This commit is contained in:
parent
e42a182bb7
commit
ae9d96dd9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue