# Makefile for forkexecbomb

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

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

