# Makefile for forkbomb

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

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

