pve-kernel-meta/bin/Makefile
Thomas Lamprecht 425f328334 rename pveesptool to pve-efiboot-tool
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-10 21:11:28 +02:00

13 lines
168 B
Makefile

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