]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/Makefile
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / cgi-bin / Makefile
index 7cce230f83f2808ea48b081509dfd64112723704..1971fe164409a7020b735d81ba5133b8999eae44 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5145 2006-02-22 00:25:14Z mike $"
+# "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $"
 #
 #   CGI makefile for the Common UNIX Printing System (CUPS).
 #
@@ -65,6 +65,17 @@ install:     all
        done
 
 
+#
+# Uninstall all targets...
+#
+
+uninstall:
+       for file in $(CGIS); do \
+               $(RM) $(SERVERBIN)/cgi-bin/$$file; \
+       done
+       -$(RMDIR) $(SERVERBIN)/cgi-bin
+
+
 #
 # libcgi.a
 #
@@ -159,5 +170,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5145 2006-02-22 00:25:14Z mike $".
+# End of "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $".
 #