ARCH	= sgi

CC	= cc
CFLAGS	= -common -g3 -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lm

all: water.udp

include ../.common
