]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/csu/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>