]> git.proxmox.com Git - pve-kernel-meta.git/blob - bin/Makefile
rename pveesptool to pve-efiboot-tool
[pve-kernel-meta.git] / bin / Makefile
1 SBINDIR=${DESTDIR}/usr/sbin
2
3 .PHONY: all
4 all:
5
6 install:
7 install -d ${SBINDIR}
8 install -m 0755 pve-efiboot-tool ${SBINDIR}/
9
10 .PHONY: clean distclean
11 distclean:
12 clean: