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