mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-06-02 10:03:37 +00:00
13 lines
168 B
Makefile
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:
|