summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/ld/ldd/Makefile')
-rw-r--r--gnu/usr.bin/ld/ldd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile
new file mode 100644
index 00000000000..c9a2958953d
--- /dev/null
+++ b/gnu/usr.bin/ld/ldd/Makefile
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.5 1995/10/09 00:09:39 pk Exp $
+
+PROG= ldd
+SRCS= ldd.c
+BINDIR= /usr/bin
+
+.include <bsd.prog.mk>