ARCH	= mips

CC	= gcc
CFLAGS	= -g3 -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -Wl,-jmpopt

all: sor.atm sor.udp

include ../.common
