summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile.elf
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-06-02 06:05:23 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-06-02 06:05:23 -0500
commitf215c374244a1860e7f6c6b635d3c5176ee652ed (patch)
tree2be89c81de9f4dd03a3dbe8d9503d53bb9e5ac55 /usr.bin/ldd/Makefile.elf
parentf0c896bb3071e753e41afbf9a467793d4fe0ab2c (diff)
downloaduserland-f215c374244a1860e7f6c6b635d3c5176ee652ed.tar.gz
userland-f215c374244a1860e7f6c6b635d3c5176ee652ed.tar.bz2
userland-f215c374244a1860e7f6c6b635d3c5176ee652ed.tar.xz
userland-f215c374244a1860e7f6c6b635d3c5176ee652ed.zip
usr.bin/ldd: remove as it is handled elsewhere
Diffstat (limited to 'usr.bin/ldd/Makefile.elf')
-rw-r--r--usr.bin/ldd/Makefile.elf10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/ldd/Makefile.elf b/usr.bin/ldd/Makefile.elf
deleted file mode 100644
index 3acc9a9..0000000
--- a/usr.bin/ldd/Makefile.elf
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile.elf,v 1.5 2013/05/07 13:00:35 christos Exp $
-
-# Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
-# Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
-
-SRCS= ldd_elfxx.c
-SRCS+= xmalloc.c debug.c expand.c map_object.c load.c search.c \
- headers.c paths.c tls.c symver.c
-
-.include "Makefile.common"