]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/csu/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>