xref: /trueos/lib/csu/Makefile (revision 42ec29f8c344a7d7a58bc2953226836a48450d59)
1# $FreeBSD$
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