ARCH	= mips

CC	= gcc
CFLAGS	= -g3 -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -Wl,-jmpopt -lm

all: water.atm water.udp

include ../.common
