diff options
Diffstat (limited to 'usr.bin/ldd/elf32_compat/Makefile')
-rw-r--r-- | usr.bin/ldd/elf32_compat/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/usr.bin/ldd/elf32_compat/Makefile b/usr.bin/ldd/elf32_compat/Makefile deleted file mode 100644 index e604c20..0000000 --- a/usr.bin/ldd/elf32_compat/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2019/01/27 05:15:42 kre Exp $ - -NOSANITIZER= # defined - -.include <bsd.own.mk> -.include <bsd.init.mk> - -CPPFLAGS+= -DELFSIZE=32 -DELF32_COMPAT -LIB= ldd_elf32_compat - -# XXX Force one member -SRCS= dummy.c - -LIBISPRIVATE= yes -.PATH: ${.CURDIR}/.. - -.ifdef COMPAT_MLIBDIR -MLIBDIR= ${COMPAT_MLIBDIR} -CPPFLAGS+= -DRTLD_ARCH_SUBDIR=\"${MLIBDIR}\" -.endif - -.ifdef MLIBDIR -.include "../Makefile.elf" -.endif - -.include <bsd.lib.mk> |