SBINDIR=${DESTDIR}/usr/sbin .PHONY: all all: install: install -d ${SBINDIR} install -m 0755 pve-efiboot-tool ${SBINDIR}/ .PHONY: clean distclean distclean: clean: