summaryrefslogtreecommitdiff
path: root/regress/sys/arch/amd64/Makefile
blob: 80ab00290376f17062dea23f5b9eaa7a8f2a0e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.3 2024/11/19 05:51:07 anton Exp $

.if ${MACHINE_ARCH} == "amd64"
SUBDIR +=	ddb
SUBDIR +=	dump_tables
SUBDIR +=	fpu
SUBDIR +=	vmm

.elif make(regress) || make(all)
${.TARGETS}:
	@echo Regress for architecture amd64 cannot run on ${MACHINE_ARCH}.
	@echo SKIPPED
.endif

install:

.include <bsd.subdir.mk>