summaryrefslogtreecommitdiff
path: root/regress/sys/arch/sparc64/Makefile
blob: 064f172d74b5fce8a68d10089dc5e8bc00175a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2017/03/01 00:40:39 bluhm Exp $

.if ${MACHINE_ARCH} == "sparc64"
SUBDIR=emul-popc emul-ldqstq

.elif make(regress) || make(all)
${.TARGETS}:
	@echo SKIPPED
.endif

install:

.include <bsd.subdir.mk>