NetBSD-5.0.2/compat/lib/csu/Makefile.real

#	$NetBSD: Makefile.real,v 1.2 2008/10/27 07:42:55 mrg Exp $

# XXX
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/compat/Makefile.compat"
depend dependall all: ${DESTDIR}/usr/lib/${LD32DIR}
depend dependall all: ${DESTDIR}/usr/lib/${LD32DIR}/i18n
depend dependall all: ${DESTDIR}/usr/lib/${LD32DIR}/security

.if ${MACHINE_ARCH} == "x86_64"
SUBDIR=	i386_elf
.elif ${MACHINE_ARCH} == "sparc64"
SUBDIR=	sparc_elf
.endif

.include <bsd.subdir.mk>