mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 17:40:11 +00:00
17 lines
241 B
Makefile
17 lines
241 B
Makefile
include ../../../defines.mk
|
|
|
|
PERLSOURCE= \
|
|
PCI.pm \
|
|
USB.pm \
|
|
|
|
all:
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -rf *~
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -d $(PERLLIBDIR)/PVE/API2/Hardware
|
|
install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/API2/Hardware
|