# Makefile for addexec

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

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

