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