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