ARCH	= sunos5

CC	= cc
CFLAGS	= -g -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lsocket -lnsl

all: tsp.udp

include ../.common
