# Makefile for exittest

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

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

