ARCH	= sgi

CC	= cc
CFLAGS	= -g3 -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lm

all: barnes.udp

include ../.common
