From ab957ed40147fdcf58622bac269b9aaac8b5afb6 Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 26 Apr 2004 08:32:46 +0000 Subject: [PATCH] Added quotagraph --- quotacheck/GNUmakefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/quotacheck/GNUmakefile b/quotacheck/GNUmakefile index 0d33c09..374ee74 100644 --- a/quotacheck/GNUmakefile +++ b/quotacheck/GNUmakefile @@ -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