Added quotagraph
This commit is contained in:
parent
8e67f3563e
commit
ab957ed401
|
@ -1,6 +1,6 @@
|
||||||
include GNUmakevars
|
include GNUmakevars
|
||||||
|
|
||||||
TARGETS = quotacheck quotastat quotasanitycheck
|
TARGETS = quotacheck quotastat quotasanitycheck quotagraph
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -11,7 +11,8 @@ distclean: clean
|
||||||
|
|
||||||
install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \
|
install: $(SBINDIR) $(SBINDIR)/quotacheck $(SBINDIR)/quotastat \
|
||||||
$(SBINDIR)/dfree \
|
$(SBINDIR)/dfree \
|
||||||
$(SBINDIR)/quotasanitycheck $(MAN8DIR)/quotasanitycheck.8
|
$(SBINDIR)/quotasanitycheck $(MAN8DIR)/quotasanitycheck.8 \
|
||||||
|
/usr/local/dfstat/quotagraph
|
||||||
|
|
||||||
%: %.pl customize
|
%: %.pl customize
|
||||||
sh ./customize < $< > $@
|
sh ./customize < $< > $@
|
||||||
|
@ -27,4 +28,7 @@ customize: configure
|
||||||
$(SBINDIR):
|
$(SBINDIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
|
/usr/local/dfstat/%: %
|
||||||
|
$(INSTALL) -m 755 $^ $@
|
||||||
|
|
||||||
include GNUmakerules
|
include GNUmakerules
|
||||||
|
|
Loading…
Reference in New Issue