]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / berkeley / Makefile
index 6f438cda39e26e8257ae0f1d3d6bc2db35209832..eb16d025c31b06b26c2660f44097af6ebb124edf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   Berkeley commands makefile for the Common UNIX Printing System (CUPS).
 #
@@ -64,6 +64,19 @@ install:     all
        $(INSTALL_BIN) lpc $(SBINDIR)
 
 
+#
+# Uninstall all targets...
+#
+
+uninstall:
+       $(RM) $(BINDIR)/lpq
+       $(RM) $(BINDIR)/lpr
+       $(RM) $(BINDIR)/lprm
+       $(RM) $(SBINDIR)/lpc
+       -$(RMDIR) $(SBINDIR)
+       -$(RMDIR) $(BINDIR)
+
+
 #
 # lpc
 #
@@ -108,5 +121,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #