DISTFILES=Makefile

default:


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

clean:
	rm -f *.dep
