TOP = ..
SUBDIRS = rpc
SUBDIRSALL = NO
SUBDIRSDIST = NO

all::

clean::
	rm -f $(CLEANWILDCARDS)

DISTLIST = Makefile README $(wildcard rpc/*.h)

include $(TOP)/Proj.make
