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