summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile.elf
diff options
context:
space:
mode:
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"