# Makefile for btree

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

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

