ARCH	= hpux

CC	= c89
CFLAGS	= -O -D_HPUX_SOURCE

MACHDEP_OBJS=
MACHDEP_LIBS= -lBSD

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

include ../.common
