xref: /openbsd/regress/sys/arch/sparc64/Makefile (revision 1d344fe8)
1#	$OpenBSD: Makefile,v 1.4 2017/03/01 22:25:52 bluhm Exp $
2
3.if ${MACHINE_ARCH} == "sparc64"
4SUBDIR=emul-popc emul-ldqstq
5
6.elif make(regress) || make(all)
7${.TARGETS}:
8	@echo Regress for architecture sparc64 cannot run on ${MACHINE_ARCH}.
9	@echo SKIPPED
10.endif
11
12install:
13
14.include <bsd.subdir.mk>
15