1 # $NetBSD: Makefile.elf,v 1.1 2009/01/06 03:59:56 mrg 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 6 LIBISPRIVATE= yes 7 8 SRCS= ldd_elfxx.c 9 .PATH: ${.CURDIR}/.. 10 11 SRCS+= xmalloc.c debug.c expand.c map_object.c load.c search.c \ 12 headers.c paths.c 13 14 .include "Makefile.common" 15 16 .include <bsd.lib.mk> 17