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