DEFINES=	-DAPRIL_FOOL -DHESIOD -DSUNRPC -DXCLIENT -I../../include \
		-I/usr/athena/include

SYS_LIBRARIES=	-L/usr/athena/lib -lX11 -lhesiod
SRCS=		xweb.c init.c clnt_simple.c defns.c client.c common.c
OBJS=		xweb.o init.o clnt_simple.o defns.o client.o common.o

all::

depend:: clnt_simple.c defns.c client.c common.c

ComplexProgramTarget(xwebster)

clnt_simple.c defns.c client.c common.c:
	ln -s ../../lib/$@ $@

install:: install.man
