xref: /netbsd-src/usr.bin/ldd/Makefile.elf (revision 2b3d1ee8a773e028429b331332895d44f445d720)
1#	$NetBSD: Makefile.elf,v 1.4 2011/03/09 23:10:08 joerg Exp $
2
3# Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
4# Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
5
6SRCS=	ldd_elfxx.c
7SRCS+=	xmalloc.c debug.c expand.c map_object.c load.c search.c \
8	headers.c paths.c tls.c
9
10.include "Makefile.common"
11