Makefile revision 272461
1# $FreeBSD: releng/10.1/lib/csu/Makefile 250863 2013-05-21 17:47:53Z marcel $
2
3ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
4.if exists(${.CURDIR}/${ARCH})
5SUBDIR+= ${ARCH}
6.else
7SUBDIR+= ${MACHINE_CPUARCH}
8.endif
9
10.include <bsd.subdir.mk>
11