# Makefile for fork

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

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

