summaryrefslogtreecommitdiff
path: root/cgi-bin/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 /cgi-bin/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 'cgi-bin/Makefile')
-rw-r--r--cgi-bin/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index 7cce230f8..9497bb59f 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 5145 2006-02-22 00:25:14Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
#
# CGI makefile for the Common UNIX Printing System (CUPS).
#
@@ -66,6 +66,17 @@ install: all
#
+# 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 5229 2006-03-05 16:48:12Z mike $".
#