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