ARCH	= sparc

CC	= gcc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS=

all: sor.udp

include ../.common
