]> andersk Git - moira.git/blobdiff - backup/Makefile.in
Change group security when renaming groups.
[moira.git] / backup / Makefile.in
index fb27826d30a74d8784b5ec97f763b380d5d6b571..403d3eedb784e202e8cb5d40d01c119e03fab8f8 100644 (file)
@@ -46,11 +46,15 @@ all: $(TARGET)
 clean:
        rm -f $(BOBJS) $(ROBJS) $(CFILES) $(GENFILES) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(GENFILES) $(CFILES)
 
-install: all
+install:
        $(INSTALL_PROGRAM) mrbackup $(mrbindir)
        $(INSTALL_PROGRAM) mrrestore $(mrbindir)
+       $(INSTALL_PROGRAM) $(srcdir)/report.pl $(mrbindir)
 
 mrbackup: $(BOBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(BOBJS) $(LIBS)
This page took 0.432212 seconds and 4 git commands to generate.