X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=berkeley%2FMakefile;h=eb16d025c31b06b26c2660f44097af6ebb124edf;hb=757d2cad8f3f75c420ad2e462b787cd9cf8a7a62;hp=6f438cda39e26e8257ae0f1d3d6bc2db35209832;hpb=4744bd907e6750c26bba4354d986e342406147ca;p=thirdparty%2Fcups.git diff --git a/berkeley/Makefile b/berkeley/Makefile index 6f438cda3..eb16d025c 100644 --- a/berkeley/Makefile +++ b/berkeley/Makefile @@ -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 $". #