ARCH	= i386

CC	= cc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lm -lcompat

all: water.udp

include ../.common
