ARCH	= sparc

CC	= gcc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS=

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

include ../.common
