freebsd-dev/sbin/ldconfig/Makefile
Konstantin Belousov af91158706 ldconfig: use libexec/rtld-elf/rtld_paths.h
instead of duplicating definitions using slighly different macro names.

Reviewed by:	emaste
Tested by:	jbeich
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D33058
2021-11-25 01:55:04 +02:00

10 lines
150 B
Makefile

# $FreeBSD$
PACKAGE=runtime
PROG= ldconfig
SRCS= elfhints.c ldconfig.c
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
MAN= ldconfig.8
.include <bsd.prog.mk>