xref: /freebsd/lib/csu/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3.if exists(${.CURDIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
4SUBDIR+= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
5.else
6SUBDIR+= ${MACHINE_CPUARCH}
7.endif
8
9HAS_TESTS=
10SUBDIR.${MK_TESTS}+= tests
11
12.include <bsd.subdir.mk>
13