]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - lib/csu/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / lib / csu / Makefile
1 # $FreeBSD$
2
3 ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
4 .if exists(${.CURDIR}/${ARCH})
5 SUBDIR+= ${ARCH}
6 .else
7 SUBDIR+= ${MACHINE_CPUARCH}
8 .endif
9
10 .include <bsd.subdir.mk>