summaryrefslogtreecommitdiff
path: root/systemv/Makefile
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-08 00:32:35 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-08 00:32:35 +0000
commit757d2cad8f3f75c420ad2e462b787cd9cf8a7a62 (patch)
treee68a780d9afd61caedc6c56da5fc029000e80835 /systemv/Makefile
parent4744bd907e6750c26bba4354d986e342406147ca (diff)
downloadcups-757d2cad8f3f75c420ad2e462b787cd9cf8a7a62.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@80 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/Makefile')
-rw-r--r--systemv/Makefile27
1 files changed, 25 insertions, 2 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index 9cc85ea21..268518c84 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 5222 2006-03-03 18:57:56Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
#
# System V commands makefile for the Common UNIX Printing System (CUPS).
#
@@ -81,6 +81,29 @@ install: all
#
+# Uninstall all targets...
+#
+
+uninstall:
+ $(RM) $(BINDIR)/cancel
+ $(RM) $(BINDIR)/cupstestppd
+ $(RM) $(BINDIR)/lp
+ $(RM) $(BINDIR)/lpoptions
+ $(RM) $(BINDIR)/lppasswd
+ $(RM) $(BINDIR)/lpstat
+ -$(RMDIR) $(BINDIR)
+ $(RM) $(SBINDIR)/accept
+ $(RM) $(SBINDIR)/cupsaddsmb
+ $(RM) $(SBINDIR)/cupsdisable
+ $(RM) $(SBINDIR)/cupsenable
+ $(RM) $(SBINDIR)/lpadmin
+ $(RM) $(SBINDIR)/lpinfo
+ $(RM) $(SBINDIR)/lpmove
+ $(RM) $(SBINDIR)/reject
+ -$(RMDIR) $(SBINDIR)
+
+
+#
# accept
#
@@ -191,5 +214,5 @@ include Dependencies
#
-# End of "$Id: Makefile 5222 2006-03-03 18:57:56Z mike $".
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
#