aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ldd/Makefile')
-rw-r--r--usr.bin/ldd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile
new file mode 100644
index 000000000000..3abaf20af1b3
--- /dev/null
+++ b/usr.bin/ldd/Makefile
@@ -0,0 +1,7 @@
+PROG?= ldd
+SRCS= ldd.c
+
+CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
+LIBADD= elf
+
+.include <bsd.prog.mk>