all: # nothing to build

install:
	cp -r usr/ $(DESTDIR)/
	cp -r etc/ $(DESTDIR)/
