DISTFILES=Makefile dummy.dep



dummy.dep:
	touch dummy.dep


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

clean:
	true
