Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2009/01/07 00:39:24 mrg Exp $ 2 3CPPFLAGS+= -DELFSIZE=32 4LIB= ldd_elf32 5 6# XXX Force one member 7SRCS= dummy.c 8 9.PATH: ${.CURDIR}/.. 10 11# XXX 12.if ${MACHINE} == "sparc64" 13.include "${NETBSDSRCDIR}/libexec/ld.elf_so/arch/sparc/Makefile.ld32" 14.elif ${MACHINE} == "amd64" 15.include "${NETBSDSRCDIR}/libexec/ld.elf_so/arch/i386/Makefile.ld32" 16.endif 17 18.if ${MACHINE} != "alpha" 19.include "../Makefile.elf" 20.endif 21 22.include <bsd.lib.mk> 23