DISTFILES=Makefile

default:


dist:
	ln $(DISTFILES) $(DDIR)/$(SUBDIR)

clean:
	true
