PREFIX ?= /usr SYSCONFDIR ?= /etc all: install: echo ${DESTDIR} install -m 0755 -d $(DESTDIR)$(PREFIX)/lib/kboot/ install -m 0644 kboot-mkconfig_lib $(DESTDIR)$(PREFIX)/lib/kboot/kboot-mkconfig_lib install -m 0755 kboot-mkconfig $(DESTDIR)$(PREFIX)/sbin/kboot-mkconfig install -m 0644 default.kboot $(DESTDIR)$(SYSCONFDIR)/default/kboot