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