include ../../GNUmakefile.defaults

all:
	@echo "No default action"

install:
	install -d -m 755 $(DESTDIR)$(data_path)/dumps/

