ARCH	= alpha

CC	= cc
CFLAGS	= -migrate -g3 -O

MACHDEP_OBJS=
MACHDEP_LIBS=

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

include ../.common
