X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=backend%2FMakefile;h=4267f21e5010974166996288865dce771b9fdaaa;hb=757d2cad8f3f75c420ad2e462b787cd9cf8a7a62;hp=bebaa471dd534b8b9a13ab63a3fedeb3a0ac9131;hpb=bd7854cb4d663bb0e561eaf5b01bbd47baa71d22;p=thirdparty%2Fcups.git diff --git a/backend/Makefile b/backend/Makefile index bebaa471d..4267f21e5 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 5131 2006-02-18 05:31:36Z mike $" +# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $" # # Backend makefile for the Common UNIX Printing System (CUPS). # @@ -72,6 +72,19 @@ install: all $(LN) ipp $(SERVERBIN)/backend/http +# +# Uninstall all targets... +# + +uninstall: + for file in $(RBACKENDS) $(UBACKENDS); do \ + $(RM) $(SERVERBIN)/backend/$$file; \ + done + $(RM) $(SERVERBIN)/backend/http + -$(RMDIR) $(SERVERBIN)/backend + -$(RMDIR) $(SERVERBIN) + + # # betest # @@ -179,5 +192,5 @@ include Dependencies # -# End of "$Id: Makefile 5131 2006-02-18 05:31:36Z mike $". +# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $". #