ARCH	= sunos5

CC	= cc
CFLAGS	= -g -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lsocket -lnsl -lm

all: barnes.udp

include	../.common
