freebsd-dev/usr.sbin/crashinfo/Makefile
John Baldwin a37f97161c Add a script to perform simple analysis of a crash dump (either a full
dump or minidump).  When the script is run, it generates a text file
containing the output of several commands run againt the core dump such
as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat.

Obtained from:	Yahoo!
MFC after:	2 weeks
2008-08-05 20:41:46 +00:00

7 lines
76 B
Makefile

# $FreeBSD$
SCRIPTS= crashinfo.sh
MAN= crashinfo.8
.include <bsd.prog.mk>