include ../Makefile.in
ifeq ($(findstring Linux, $(UNIXNAME)), Linux)
	SYSLIB += -luring
endif
PROG = client
