ARCH	= hpux

CC	= c89
CFLAGS	= -O -D_HPUX_SOURCE

MACHDEP_OBJS=
MACHDEP_LIBS= -lBSD

all: sor.udp

include ../.common
