diff options
Diffstat (limited to 'regress/sys/arch/hppa/Makefile')
-rw-r--r-- | regress/sys/arch/hppa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/arch/hppa/Makefile b/regress/sys/arch/hppa/Makefile index c3d1666ac6d..4051f2f55d1 100644 --- a/regress/sys/arch/hppa/Makefile +++ b/regress/sys/arch/hppa/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2017/03/01 00:40:39 bluhm Exp $ +# $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 |