051ed84f28
Don't install duplicate ld-elf.so.1.1 and ld.so.1 links in rtld-elf32. Do install lib-elf32.so.1.1 and ldd32.1 links. Reported by: madpilot
12 lines
166 B
Makefile
12 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
NEED_COMPAT= 32
|
|
.include <bsd.compat.mk>
|
|
|
|
PROG= ldd32
|
|
MAN=
|
|
MLINKS= ldd.1 ldd32.1
|
|
|
|
.PATH: ${SRCTOP}/usr.bin/ldd
|
|
.include "${SRCTOP}/usr.bin/ldd/Makefile"
|