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.
11 lines
233 B
Makefile
11 lines
233 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/03/16 20:37:49 reinoud Exp $
|
|
|
|
PROG= abortfixup
|
|
SRCS= abortfixup.c
|
|
NOMAN= # defined
|
|
|
|
regress: ${PROG}
|
|
echo NOTE: please run the abortfixup program manually since it can panic
|
|
|
|
.include <bsd.prog.mk>
|