ARCH	= sparc

CC      = gcc
CFLAGS  = -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lm

all: barnes.udp

include	../.common
