ARCH	= i386

CC      = cc
CFLAGS  = -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lm -lcompat

all: barnes.udp

include	../.common
