summaryrefslogtreecommitdiff
path: root/regress/sys/arch/hppa/Makefile
blob: 4051f2f55d13c2724be4fc027220150c47247a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#       $OpenBSD: Makefile,v 1.4 2017/03/01 22:25:52 bluhm Exp $

.if ${MACHINE_ARCH} == "hppa"
SUBDIR+= probe sfuid

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

install:

.include <bsd.subdir.mk>