Makefile revision 283125
1# $FreeBSD: head/lib/csu/Makefile 283125 2015-05-19 21:00:53Z emaste $
2
3.if exists(${.CURDIR}/${MACHINE_ARCH})
4SUBDIR+= ${MACHINE_ARCH}
5.else
6SUBDIR+= ${MACHINE_CPUARCH}
7.endif
8
9.include <bsd.subdir.mk>
10