Blame contrib/Makefile

Packit Service ac8aad
include ../Makefile.inc
Packit Service ac8aad
Packit Service ac8aad
all:
Packit Service ac8aad
Packit Service ac8aad
install: all
Packit Service ac8aad
	$(INSTALL) -d $(SYSTEMDDIR)
Packit Service ac8aad
	$(INSTALL) -m 0644 kpatch.service $(SYSTEMDDIR)
Packit Service ac8aad
	sed -i 's~PREFIX~$(PREFIX)~' $(SYSTEMDDIR)/kpatch.service
Packit Service 343c92
	$(INSTALL) -d $(UPSTARTDIR)
Packit Service 343c92
	$(INSTALL) -m 0644 kpatch.conf $(UPSTARTDIR)
Packit Service 343c92
	sed -i 's~PREFIX~$(PREFIX)~' $(UPSTARTDIR)/kpatch.conf
Packit Service ac8aad
Packit Service ac8aad
uninstall:
Packit Service ac8aad
	$(RM) $(SYSTEMDDIR)/kpatch.service
Packit Service 343c92
	$(RM) $(UPSTARTDIR)/kpatch.conf
Packit Service ac8aad
Packit Service ac8aad
clean: