# Makefile for malloctest

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

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

