ARCH	= alpha

CC	= cc
CFLAGS	= -migrate -g3 -O

MACHDEP_OBJS=
MACHDEP_LIBS=

all: qs.udp

include ../.common
