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