xref: /freebsd-14.2/tests/sys/compat32/Makefile (revision 81612921)
1
2.if exists(${.CURDIR}/${MACHINE_ARCH})
3SUBDIR+=	${MACHINE_ARCH}
4.endif
5
6.include <bsd.subdir.mk>
7