ARCH	= sunos5

CC	= cc
CFLAGS	= -g -O

MACHDEP_OBJS=
MACHDEP_LIBS= -lsocket -lnsl

all: barrier.udp diff.udp lock.udp page.udp

include ../.common
