# Makefile for sort

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

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

