summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile.common
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.common
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.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