ARCH	= i386

CC	= cc
CFLAGS	= -g -O2

MACHDEP_OBJS=
MACHDEP_LIBS= -lcompat

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

include ../.common
