This doesn't panic any more, so run it automatically.

This commit is contained in:
bjh21 2006-10-14 20:42:47 +00:00
parent a9e02c7638
commit 00fc4b5639

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/09/18 05:41:50 lukem Exp $
# $NetBSD: Makefile,v 1.3 2006/10/14 20:42:47 bjh21 Exp $
NOMAN= # defined
@ -6,6 +6,6 @@ PROG= abortfixup
SRCS= abortfixup.c
regress: ${PROG}
echo NOTE: please run the abortfixup program manually since it can panic
./${PROG}
.include <bsd.prog.mk>