mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00: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
This commit is contained in:
parent
3c37828ee1
commit
53bb5613a8
@ -4,6 +4,7 @@ NEED_COMPAT= 32
|
|||||||
PROG= ldd32
|
PROG= ldd32
|
||||||
MAN=
|
MAN=
|
||||||
MLINKS= ldd.1 ldd32.1
|
MLINKS= ldd.1 ldd32.1
|
||||||
|
TAGS+= lib32
|
||||||
|
|
||||||
.PATH: ${SRCTOP}/usr.bin/ldd
|
.PATH: ${SRCTOP}/usr.bin/ldd
|
||||||
.include "${SRCTOP}/usr.bin/ldd/Makefile"
|
.include "${SRCTOP}/usr.bin/ldd/Makefile"
|
||||||
|
Loading…
Reference in New Issue
Block a user