Added quotagraph

This commit is contained in:
hjp 2004-04-26 08:32:46 +00:00
parent 8e67f3563e
commit ab957ed401
1 changed files with 6 additions and 2 deletions

View File

@ -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