1 2PACKAGE=runtime 3PROG= ldconfig 4SRCS= elfhints.c ldconfig.c 5CFLAGS+= -I${SRCTOP}/libexec/rtld-elf 6MAN= ldconfig.8 7 8.include <bsd.prog.mk> 9