xref: /freebsd-13.1/libexec/rtld-elf32/Makefile (revision 051ed84f)
1a4330302SBrooks Davis# $FreeBSD$
2a4330302SBrooks Davis
3a4330302SBrooks DavisNEED_COMPAT=	32
4a4330302SBrooks Davis.include <bsd.compat.mk>
5a4330302SBrooks Davis
6a4330302SBrooks DavisPROG=	ld-elf32.so.1
7a4330302SBrooks DavisMAN=
8*051ed84fSBrooks DavisMLINKS=	rtld.1 ld-elf32.so.1
9a4330302SBrooks Davis
10a4330302SBrooks Davis.PATH:  ${SRCTOP}/libexec/rtld-elf
11a4330302SBrooks Davis.include "${SRCTOP}/libexec/rtld-elf/Makefile"
12