ARCH	= i386

CC	= cc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lcompat

all: tsp.udp

include ../.common
