]> git.proxmox.com Git - pve-storage.git/blob - udev-rbd/Makefile
065933bda680b1d93e33d654c08e19c690cf339e
[pve-storage.git] / udev-rbd / Makefile
1 PACKAGE=libpve-storage-perl
2
3 DESTDIR=
4 PREFIX=/usr
5 LIBEXECDIR=${PREFIX}/libexec
6 LIBDIR=${PREFIX}/lib
7
8 all:
9
10 .PHONY: install
11 install: 50-rbd-pve.rules ceph-rbdnamer-pve
12 install -d ${DESTDIR}${LIBEXECDIR}
13 install -m 0755 ceph-rbdnamer-pve ${DESTDIR}${LIBEXECDIR}
14 install -d ${DESTDIR}${LIBDIR}/udev/rules.d
15 install -m 0644 50-rbd-pve.rules ${DESTDIR}${LIBDIR}/udev/rules.d
16
17 .PHONY: clean
18 clean:
19
20 .PHONY: distclean
21 distclean: clean