#
# Makefile for fork.c
#

dual=1

PROJECT = fork
OBJS    = fork.o
LIBS    =

include ..\..\rsxntmak.gnu

