]> arthur.barton.de Git - ax-linux.git/blob - lvm/pvclear/Makefile
btrfs-mksnapshot[-rootfs]: Clean up, use findmnt(8)
[ax-linux.git] / lvm / pvclear / Makefile
1 #
2 # ax-linux: Alex' Linux Tools & Scripts
3 # Copyright (c)2013-2014 Alexander Barton (alex@barton.de)
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10
11 ALL = lvm-pvclear
12
13 include ../../Makefile.ax
14
15 install-local: lvm-pvclear
16         install -d -o $(USER) -g $(GROUP) -m 755 \
17          $(DESTDIR)$(PREFIX)/sbin
18         install -p -o $(USER) -g $(GROUP) -m 755 lvm-pvclear \
19          $(DESTDIR)$(PREFIX)/sbin/lvm-pvclear