summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ldd/Makefile.common')
-rw-r--r--usr.bin/ldd/Makefile.common16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/ldd/Makefile.common b/usr.bin/ldd/Makefile.common
deleted file mode 100644
index 6193b71..0000000
--- a/usr.bin/ldd/Makefile.common
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2013/04/25 07:12:46 matt Exp $
-
-LDELFSO=${NETBSDSRCDIR}/libexec/ld.elf_so
-CPPFLAGS+= -I${LDELFSO} -DLIBDIR=\"${LIBDIR}\"
-CPPFLAGS+= -D_RTLD_SOURCE
-.if !empty(MACHINE_ARCH:Mearm*)
-CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libexecinfo
-.endif
-#CPPFLAGS+= -DDEBUG
-.PATH: ${LDELFSO}
-
-.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "sparc64") || \
- (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m68k") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH:Mmips*} != "")
-CPPFLAGS+= -DVARPSZ
-.endif