# Makefile for crash

SRCS=crash.c
PROG=crash
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

