PROG?=		ldd
SRCS=		ldd.c

CFLAGS+=	-I${SRCTOP}/libexec/rtld-elf
LIBADD=		elf

.include <bsd.prog.mk>
