]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't install enable/disable commands anymore.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 22 Apr 2009 17:36:03 +0000 (17:36 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 22 Apr 2009 17:36:03 +0000 (17:36 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8542 7a7537e8-13f0-0310-91df-b6672ffda945

systemv/Makefile

index 2e800c880bc720d2adef6fccd35f01def27da7e9..e9704f867d3ae24e140fd16c3f56df77f9c6245b 100644 (file)
@@ -49,7 +49,7 @@ unittests:
 
 clean:
        $(RM) $(OBJS) $(TARGETS)
-       $(RM) accept cupsdisable cupsenable cupsreject disable enable reject
+       $(RM) accept cupsdisable cupsenable cupsreject reject
 
 
 #
@@ -102,10 +102,6 @@ install-exec:
        $(INSTALL_BIN) cancel $(BINDIR)
        $(INSTALL_BIN) cupstestdsc $(BINDIR)
        $(INSTALL_BIN) cupstestppd $(BINDIR)
-       $(RM) $(BINDIR)/disable
-       $(LN) cupsaccept $(BINDIR)/disable
-       $(RM) $(BINDIR)/enable
-       $(LN) cupsaccept $(BINDIR)/enable
        $(INSTALL_BIN) lp $(BINDIR)
        $(INSTALL_BIN) lpoptions $(BINDIR)
        $(INSTALL_BIN) lpstat $(BINDIR)
@@ -140,8 +136,6 @@ uninstall:
        $(RM) $(BINDIR)/cancel
        $(RM) $(BINDIR)/cupstestdsc
        $(RM) $(BINDIR)/cupstestppd
-       $(RM) $(BINDIR)/disable
-       $(RM) $(BINDIR)/enable
        $(RM) $(BINDIR)/lp
        $(RM) $(BINDIR)/lpoptions
        $(RM) $(BINDIR)/lppasswd