mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
53bb5613a8
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
11 lines
166 B
Makefile
11 lines
166 B
Makefile
NEED_COMPAT= 32
|
|
.include <bsd.compat.mk>
|
|
|
|
PROG= ldd32
|
|
MAN=
|
|
MLINKS= ldd.1 ldd32.1
|
|
TAGS+= lib32
|
|
|
|
.PATH: ${SRCTOP}/usr.bin/ldd
|
|
.include "${SRCTOP}/usr.bin/ldd/Makefile"
|