]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - monitor/Makefile
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / monitor / Makefile
index a689220c9273b108be105225574eb70488119bdc..0fad819f89ca390b39f30aa0d8da75c374ed2195 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5087 2006-02-07 03:43:29Z mike $"
+# "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $"
 #
 #   Port monitor makefile for the Common UNIX Printing System (CUPS).
 #
@@ -65,6 +65,18 @@ install:     all
        done
 
 
+#
+# Uninstall all targets...
+#
+
+uninstall:
+       for file in $(TARGETS); do \
+               $(RM) $(SERVERBIN)/monitor/$$file; \
+       done
+       -$(RMDIR) $(SERVERBIN)/monitor
+       -$(RMDIR) $(SERVERBIN)
+
+
 #
 # bcp
 #
@@ -91,5 +103,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5087 2006-02-07 03:43:29Z mike $".
+# End of "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $".
 #