NetBSD/regress/sys/arch/arm/Makefile
reinoud 089222c4d1 Add a new regression test for ARM 6 and ARM7 machines to check if
unhandled instruction patterns in the early or late abort handler
terminate the program with a SEGV instead of the panic it used to
give.

Since this test is quite volatile if failing its not run automatically.
2002-03-16 20:37:49 +00:00

12 lines
189 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/03/16 20:37:49 reinoud Exp $
.include <bsd.own.mk>
SUBDIR+= abort-fixup
.if ${OBJECT_FMT} == "ELF"
SUBDIR+= sigstackalign
.endif
.include <bsd.subdir.mk>