648c936726
binaries for the ELF version.) - convert a.out, elf32 and elf64 support into convience libraries and link them right ones in. if elf_ldd() fails on 64 bit platforms, try elf32_ldd() before aout_ldd(). now ldd on 64 bit platforms works for 32 bit binaries, aka PR#40199, and it seems that all the issues from README are gone too.
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/01/06 03:59:56 mrg Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB= ldd_aout
|
|
SRCS= ${LIB}.c
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
.include <bsd.lib.mk>
|