089222c4d1
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.
12 lines
189 B
Makefile
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>
|