xref: /freebsd/tests/sys/compat32/Makefile (revision 28f66935d400eb3fb52f4e64931c0cb3c9d24be4)
1# XXX: Currently broken in CI
2.if 0
3.if exists(${.CURDIR}/${MACHINE_ARCH})
4SUBDIR+=	${MACHINE_ARCH}
5.endif
6
7.include <bsd.subdir.mk>
8.endif
9