xref: /openbsd-src/regress/misc/sse2/Makefile (revision 548b77ec90db580a7abd15271ad1565f70936e4d)
1.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
2SUBDIR+= libbar foo
3
4.elif make(regress) || make(all)
5${.TARGETS}:
6	@echo Cannot run on ${MACHINE_ARCH}
7	@echo SKIPPED
8.endif
9
10.include <bsd.subdir.mk>
11