]> git.proxmox.com Git - pve-manager.git/blame - configs/Makefile
api: bulk suspension: increase log severity to warn when guest is not a VM
[pve-manager.git] / configs / Makefile
CommitLineData
0d820693
TL
1include ../defines.mk
2
1b9008bf 3all: country.dat
0d820693
TL
4
5country.dat: country.pl
6 ./country.pl > country.dat
7
8.PHONY: install
bfdc97f3 9install: country.dat vzdump.conf pve-sources.list pve-initramfs.conf pve-blacklist.conf pve.logrotate
147d67c4
TL
10 install -D -m 0644 pve.logrotate $(DESTDIR)/etc/logrotate.d/pve
11 install -D -m 0644 pve-sources.list $(DESTDIR)/etc/apt/sources.list.d/pve-enterprise.list
12 install -D -m 0644 pve-blacklist.conf $(DESTDIR)/etc/modprobe.d/pve-blacklist.conf
13 install -D -m 0644 vzdump.conf $(DESTDIR)/etc/vzdump.conf
14 install -D -m 0644 pve-initramfs.conf $(DESTDIR)/etc/initramfs-tools/conf.d/pve-initramfs.conf
15 install -D -m 0644 country.dat $(DESTDIR)/usr/share/$(PACKAGE)/country.dat
0d820693
TL
16
17clean:
18 rm -f country.dat