include ../Makefile.inc FILES = mcored.conf all: $(FILES) install: all $(INSTALL) -d $(DESTDIR)/$(CONFDDIR)/grub.d $(INSTALL) -m0644 mcored.conf $(DESTDIR)/$(CONFDDIR)/grub.d/mcored clean: .PHONY: all install clean