# Makefile for forktest

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

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

