diff options
Diffstat (limited to 'gnu/libexec/ld.so/ldd/Makefile')
-rw-r--r-- | gnu/libexec/ld.so/ldd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/libexec/ld.so/ldd/Makefile b/gnu/libexec/ld.so/ldd/Makefile new file mode 100644 index 00000000000..c05ff0a16a5 --- /dev/null +++ b/gnu/libexec/ld.so/ldd/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 1996/10/04 21:27:02 pefo Exp $ + +PROG= ldd +SRCS= ldd.c +MAN= ldd.1 + +BINDIR= /usr/bin + +.include <bsd.prog.mk> |