summaryrefslogtreecommitdiffstats
path: root/regress/sys/arch/i386/Makefile
blob: 8e74dfb5fe4ff843a5cf897044e3817337bc71cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.5 2018/05/21 23:29:38 bluhm Exp $

.if ${MACHINE_ARCH} == "i386"
SUBDIR =
SUBDIR +=	f00f

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

install:

.include <bsd.subdir.mk>