Fri Jan 7 18:24:21 2011 UTC ()
Pull up following revision(s) (requested by veego in ticket #1499):
	usr.bin/ldd/elf64/Makefile: revision 1.4
another bsd.own.mk missing


(riz)
diff -r1.4.2.3 -r1.4.2.4 src/usr.bin/ldd/elf64/Makefile

cvs diff -r1.4.2.3 -r1.4.2.4 src/usr.bin/ldd/elf64/Makefile (expand / switch to unified diff)

--- src/usr.bin/ldd/elf64/Makefile 2011/01/06 05:20:26 1.4.2.3
+++ src/usr.bin/ldd/elf64/Makefile 2011/01/07 18:24:21 1.4.2.4
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.4.2.3 2011/01/06 05:20:26 riz Exp $ 1# $NetBSD: Makefile,v 1.4.2.4 2011/01/07 18:24:21 riz Exp $
 2
 3.include <bsd.own.mk>
2 4
3CPPFLAGS+= -DELFSIZE=64 5CPPFLAGS+= -DELFSIZE=64
4LIB= ldd_elf64 6LIB= ldd_elf64
5 7
6# XXX Force one member 8# XXX Force one member
7SRCS= dummy.c 9SRCS= dummy.c
8 10
9LIBISPRIVATE= yes 11LIBISPRIVATE= yes
10.PATH: ${.CURDIR}/.. 12.PATH: ${.CURDIR}/..
11 13
12.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \ 14.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
13 (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \ 15 (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
14 (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb") 16 (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")