# Makefile for addexec

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

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

