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