summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile.elf
blob: b3ac1532f1d2507596b9b71f050503fb0ffbe370 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile.elf,v 1.3 2009/01/07 07:52:28 mrg Exp $

# Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
# Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.

SRCS=	ldd_elfxx.c
SRCS+=	xmalloc.c debug.c expand.c map_object.c load.c search.c \
	headers.c paths.c

.include "Makefile.common"