2013-05-21 17:47:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-10-25 21:08:15 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2020-09-23 00:21:51 +00:00
|
|
|
.if exists(${.CURDIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
|
|
|
|
SUBDIR+= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}
|
2013-05-21 17:47:53 +00:00
|
|
|
.else
|
|
|
|
SUBDIR+= ${MACHINE_CPUARCH}
|
|
|
|
.endif
|
|
|
|
|
2018-10-25 17:39:41 +00:00
|
|
|
HAS_TESTS=
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
|
2013-05-21 17:47:53 +00:00
|
|
|
.include <bsd.subdir.mk>
|