Home | History | Annotate | Line # | Download | only in elf32
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2009/01/06 03:59:56 mrg Exp $
      2 
      3 .if ${MACHINE} != "alpha"
      4 
      5 CPPFLAGS+=	-DELFSIZE=32
      6 LIB=	ldd_elf32
      7 
      8 # XXX
      9 .if ${MACHINE} == "sparc64"
     10 .include "../../../libexec/ld.elf_so/arch/sparc/Makefile.ld32"
     11 .elif ${MACHINE} == "amd64"
     12 .include "../../../libexec/ld.elf_so/arch/i386/Makefile.ld32"
     13 .endif
     14 
     15 .include "../Makefile.elf"
     16 
     17 .endif
     18