ARCH	= sunos5

CC	= cc
CFLAGS	= -g -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lsocket -lnsl -lm

all: water.udp

include ../.common
